lilei 2 달 전
부모
커밋
3fb920d567
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      vue.config.js

+ 3 - 3
vue.config.js

@@ -96,9 +96,9 @@ const vueConfig = {
           // 'border-radius-base': '4px'
         },
         // do not remove this line
-        javascriptEnabled: true
+        javascriptEnabled: true,
       }
-    }
+    },
   },
 
   devServer: {
@@ -107,7 +107,7 @@ const vueConfig = {
     // If you want to turn on the proxy, please remosve the mockjs /src/main.jsL11
     proxy: {
       '/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://p.ocs.360arrow.com/ocs-admin', //  预发布
         ws: false,