mirror of
https://gitee.com/dromara/go-view.git
synced 2025-06-30 08:39:15 +08:00
feat: 修改接口
This commit is contained in:
parent
d2c8ed1c20
commit
eeba58e49c
@ -60,7 +60,15 @@ export default ({ mode }) => defineConfig({
|
||||
changeOrigin: true,
|
||||
ws: true,
|
||||
secure: true,
|
||||
}
|
||||
},
|
||||
'/svgConfig': {
|
||||
// @ts-ignore
|
||||
target: loadEnv(mode, process.cwd()).VITE_DEV_PATH,
|
||||
changeOrigin: true,
|
||||
rewrite: () => '',
|
||||
ws: true,
|
||||
secure: true,
|
||||
},
|
||||
}
|
||||
},
|
||||
plugins: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user