添加静态菜单及对应空白页面;
This commit is contained in:
4
src/api/utils.ts
Normal file
4
src/api/utils.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// 第一个代理后端地址
|
||||
export const baseUrlApi = (url: string) => `/api/${url}`;
|
||||
// 第二个代理后端地址
|
||||
export const baseUrlOtherApi = (url: string) => `/otherApi/${url}`;
|
||||
Reference in New Issue
Block a user