Compare commits

...

2 Commits

Author SHA1 Message Date
tianyi 485d2c2d0e Merge branch 'master' of http://8.140.253.224:3000/root/school-manage 2 days ago
tianyi 85b90c77e5 1 2 days ago
  1. 5
      vue.config.js

5
vue.config.js

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

Loading…
Cancel
Save