duy 1 year ago
parent
commit
7d41ea2164
1 changed files with 2 additions and 2 deletions
  1. 2 2
      vue.config.js

+ 2 - 2
vue.config.js

@@ -27,12 +27,12 @@ module.exports = {
             '/api': {
                 //本地服务接口地址
                 // target: 'http://192.168.3.64',
-                target: 'http://localhost:8090',
+                // target: 'http://localhost:8090',
                 // target: 'http://192.168.1.179:8090',
                 // target: 'http://192.168.31.96',
                 // target: 'http://192.168.0.155:1888', //刘依程
                 //远程演示服务地址,可用于直接启动项目
-                // target: 'http://47.110.251.215:8090',
+                target: 'http://47.110.251.215:8090',
 
                 ws: true,
                 pathRewrite: {