整个路由布局修改
This commit is contained in:
@@ -29,7 +29,6 @@ export function createViteProxy(env: Env.ImportMeta, enable: boolean) {
|
||||
|
||||
function createProxyItem(item: App.Service.ServiceConfigItem, enableLog: boolean) {
|
||||
const proxy: Record<string, ProxyOptions> = {};
|
||||
|
||||
proxy[item.proxyPattern] = {
|
||||
target: item.baseURL,
|
||||
changeOrigin: true,
|
||||
|
||||
Reference in New Issue
Block a user