预约记录
This commit is contained in:
parent
f642b56e55
commit
804e51ac7e
@ -27,7 +27,7 @@ export default defineConfig(async () => {
|
|||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
rewrite: (path) => path.replace(/^\/api/, ''),
|
rewrite: (path) => path.replace(/^\/api/, ''),
|
||||||
// mock代理目标地址
|
// mock代理目标地址
|
||||||
target: 'http://192.168.43.169:8080',
|
target: 'http://192.168.1.101:8080',
|
||||||
// target: 'http://192.168.0.108:8080',
|
// target: 'http://192.168.0.108:8080',
|
||||||
// target: 'http://192.168.0.106:8080',
|
// target: 'http://192.168.0.106:8080',
|
||||||
// target: 'http://47.109.37.87:3010',
|
// target: 'http://47.109.37.87:3010',
|
||||||
|
Loading…
Reference in New Issue
Block a user