修改本地测试连接,增加会员中心分包和页面
This commit is contained in:
@@ -9,7 +9,7 @@ export default defineConfig({
|
||||
hmr: true,
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: 'http://192.168.1.31',
|
||||
target: 'http://192.168.0.71',
|
||||
changeOrigin: true,
|
||||
rewrite: path => path.replace(/^\/api/, ''),
|
||||
secure: false
|
||||
|
||||
Reference in New Issue
Block a user