Kaynağa Gözat

图片保养上传

Shan9312 1 ay önce
ebeveyn
işleme
c67b18381e

+ 2 - 0
.env.development

@@ -8,6 +8,8 @@ ENV = 'development'
 #  白少后台本地
 # 白少后台本地
 # VUE_APP_BASE_API = 'http://192.168.1.56:8082/'
+
+
 # 线上测试
 VUE_APP_BASE_API = 'http://tmrwatch.cn:8082/'
 # VUE_APP_BASE_API = 'http://10.0.11.126:8082/'

BIN
dist-现代牧业-2-0913.zip


BIN
dist-现代牧业-20240913-1.zip


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/index.html


+ 1 - 0
src/utils/request.js

@@ -16,6 +16,7 @@ if(aa.indexOf('/')==0 && aa.length==1){
     withCredentials: true, // send cookies when cross-domain requests
     timeout: 60000 ,// request timeout
   })
+
 // request interceptor
 service.interceptors.request.use(
   config => {

+ 2 - 2
src/views/maintenance/maintain/index.vue

@@ -1263,7 +1263,7 @@ export default {
     },
   
     handlePicChange(file, fileList) {
-     this.handlePicSuccess()
+      //  this.handlePicSuccess()
       // console.log(this.seeTemp)
     },
     handlePicSuccess(response, file, fileList) {
@@ -1289,7 +1289,7 @@ export default {
         this.seeTemp.scenePhoto3 = response.execresult.LastInsertId.toString()
       }
      this.fileList = fileList;
-     console.log(this.fileList,'上传成功后的数组')
+     console.log(this.fileList, '上传成功后的数组')
       // 上传成功后 在调用图片保定合同的接口
       this.handleSaveImg(1)
     },

+ 3 - 3
vue.config.js

@@ -44,10 +44,10 @@ module.exports = {
           ['^' + process.env.VUE_APP_BASE_API]: ''
         }
       },
-      '/authdata': {
-        target: 'http://tmrwatch.cn:8082',
+      '/api': {
+        target: 'http://172.16.87.199:8092',
         changeOrigin: true, // 改变请求头中的host为目标服务器
-        pathRewrite: { '^/authdata': '/authdata' }, // 路径重写
+        pathRewrite: { '^/api': '' }, // 路径重写
       },
     },
     after: require('./mock/mock-server.js')

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor