Commit 833b687957f9482b650ca5d78c04434bef623c27
1 parent
e6c8e8a6
fight
Showing
1 changed file
with
2 additions
and
2 deletions
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:8877', | |
| 41 | + target: `http://inteview.t1j2.com/`, //后台服务地址 | |
| 42 | + // target:'http://localhost:8877', | |
| 43 | 43 | changeOrigin: true, |
| 44 | 44 | pathRewrite: { |
| 45 | 45 | '^/development': '' | ... | ... |