改为localhost

This commit is contained in:
wanxiaoli 2026-05-18 10:54:34 +08:00
parent 3e57f887fa
commit 0d46da0e07

View File

@ -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 =>