改为localhost
This commit is contained in:
parent
3e57f887fa
commit
0d46da0e07
@ -27,7 +27,7 @@ export default ({ mode }: ConfigEnv): UserConfig => {
|
|||||||
// 线上API地址
|
// 线上API地址
|
||||||
// target: 'http://192.168.1.166:8090/',
|
// target: 'http://192.168.1.166:8090/',
|
||||||
// 本地API地址
|
// 本地API地址
|
||||||
target: 'http://192.168.1.166:8090',
|
target: 'http://localhost:8090',
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
ws: true,
|
ws: true,
|
||||||
rewrite: path =>
|
rewrite: path =>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user