白名单下架后台补下架按钮
This commit is contained in:
@@ -10,8 +10,8 @@ export default defineConfig(async () => {
|
||||
changeOrigin: true,
|
||||
rewrite: (path) => path.replace(/^\/api/, ''),
|
||||
// mock代理目标地址
|
||||
target: 'http://localhost:8888/api',
|
||||
// target: 'https://www.onecha.cn/api',
|
||||
// target: 'http://localhost:8888/api',
|
||||
target: 'https://www.onecha.cn/api',
|
||||
ws: true,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user