添加静态菜单及对应空白页面;

This commit is contained in:
lucienteng
2024-09-03 11:12:14 +08:00
parent 8881708e2b
commit 3352e03935
35 changed files with 516 additions and 3 deletions

4
src/api/utils.ts Normal file
View File

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