Commit 8225d07a38b2f5878849b11871638bee65d0adef
Merge branch 'develop_interview' of http://39.98.150.180/antissoft/antissoft.dat…
…i.admin into develop_interview
Showing
2 changed files
with
3 additions
and
2 deletions
.gitignore
vue.config.js
| ... | ... | @@ -38,8 +38,8 @@ module.exports = { |
| 38 | 38 | }, |
| 39 | 39 | proxy: { |
| 40 | 40 | '/development': { |
| 41 | - // target: `http://inteview.t1j2.com/`, //后台服务地址 | |
| 42 | - target:'http://localhost:8009', | |
| 41 | + target: `http://inteview.t1j2.com/`, //后台服务地址 | |
| 42 | + // target:'http://localhost:8877', | |
| 43 | 43 | changeOrigin: true, |
| 44 | 44 | pathRewrite: { |
| 45 | 45 | '^/development': '' | ... | ... |