新增资产编辑功能,支持新增和修改资产操作,并更新开发环境API地址配置
This commit is contained in:
@@ -37,7 +37,8 @@ const viteConfig = defineConfig((mode: ConfigEnv) => {
|
||||
// },
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: 'http://192.168.3.200:8808',
|
||||
// target: 'http://192.168.3.200:8808',
|
||||
target: 'http://192.168.3.49:8808',
|
||||
changeOrigin: true,
|
||||
rewrite: (path) => path.replace(/^\/api/, '/api'),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user