增加页面及路由;
修改proxy;
This commit is contained in:
@@ -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}`;
|
||||
|
||||
Reference in New Issue
Block a user