lilei 1 month ago
parent
commit
3fb920d567
1 changed files with 3 additions and 3 deletions
  1. 3 3
      vue.config.js

+ 3 - 3
vue.config.js

@@ -96,9 +96,9 @@ const vueConfig = {
           // 'border-radius-base': '4px'
           // 'border-radius-base': '4px'
         },
         },
         // do not remove this line
         // do not remove this line
-        javascriptEnabled: true
+        javascriptEnabled: true,
       }
       }
-    }
+    },
   },
   },
 
 
   devServer: {
   devServer: {
@@ -107,7 +107,7 @@ const vueConfig = {
     // If you want to turn on the proxy, please remosve the mockjs /src/main.jsL11
     // If you want to turn on the proxy, please remosve the mockjs /src/main.jsL11
     proxy: {
     proxy: {
       '/api': {
       '/api': {
-        // target: 'http://192.168.2.10/ocs-admin',
+        // target: 'http://192.168.2.132/ocs-admin',
         // target: 'https://t.ocs.360arrow.com/ocs-admin', //  练习
         // target: 'https://t.ocs.360arrow.com/ocs-admin', //  练习
         target: 'https://p.ocs.360arrow.com/ocs-admin', //  预发布
         target: 'https://p.ocs.360arrow.com/ocs-admin', //  预发布
         ws: false,
         ws: false,