增加页面及路由;

修改proxy;
This commit is contained in:
lucienteng
2024-09-04 15:30:39 +08:00
parent 3352e03935
commit 9a9a08b7ca
8 changed files with 27 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
// 第一个代理后端地址
export const baseUrlApi = (url: string) => `/api/${url}`;
export const baseUrlApi = (url: string) => `/base/${url}`;
// 第二个代理后端地址
export const baseUrlOtherApi = (url: string) => `/otherApi/${url}`;
export const baseUrlAuthrApi = (url: string) => `/auth/${url}`;