coys 2 anni fa
parent
commit
7458e2dfa7
2 ha cambiato i file con 2 aggiunte e 5 eliminazioni
  1. 0 3
      src/views/menu/monitoringCall/index.vue
  2. 2 2
      vue.config.js

+ 0 - 3
src/views/menu/monitoringCall/index.vue

@@ -297,13 +297,10 @@ export default {
     },
     //文件上传
     resultImg(img) {
-     
       let obj = base64ToBlob(img.base)
       let formData = new FormData()
-
       obj.name = '调阅.jpg'
       formData.append('file', base64ToBlob(img.base))
-
       upload(formData, 'image')
         .then(res => {
           

+ 2 - 2
vue.config.js

@@ -109,8 +109,8 @@ module.exports = defineConfig({
         }
       },
       '/dev': {
-        // target: "http://10.87.10.55:8080",
-        target: "http://10.87.11.173:8080",
+        target: "http://10.87.10.55:8080",
+        // target: "http://10.87.11.173:8080",
         // ws:true,
         changOrigin:true,
         pathRewrite:{