Przeglądaj źródła

提交配置文件

caojunjie 2 lat temu
rodzic
commit
1f1309ff71
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      vue.config.js

+ 2 - 2
vue.config.js

@@ -32,9 +32,9 @@ module.exports = {
       '/api': {
         // 本地服务接口地址
         // target: 'http://192.168.3.64:1080',
-        // target: 'http://192.168.0.105:1080',
+        target: 'http://192.168.0.105:1080',
         // 打包地址
-        target: 'http://121.37.83.47:10004',//服务器ip
+        // target: 'http://121.37.83.47:10004',//服务器ip
         // target: 'http://trade.tubaosoft.com:10004',//服务器域名
         ws: true,
         pathRewrite: {