Compare commits

...

2 Commits

Author SHA1 Message Date
tianyi f0c84b694e Merge branch 'master' of http://8.140.253.224:3000/root/school-manage 5 days ago
tianyi 21ecc49cf0 1 5 days ago
  1. 4
      vue.config.js

4
vue.config.js

@ -7,8 +7,8 @@ module.exports = {
port: 8889,
proxy: {
'/hiver': {
//target: 'https://hbkuaishi.com', // 正式1
target: 'http://127.0.0.1:8888', // 本地
target: 'https://hbkuaishi.com', // 正式1
// target: 'http://192.168.100.32:8888', // 本地
// target: 'https://storage.xenjoyou.com', // 测试
ws: false
},

Loading…
Cancel
Save