系统菜单部分功能及planToAdd文件中的config.ts文件修改

This commit is contained in:
duyufeng
2024-08-15 10:51:58 +08:00
parent 94e5079222
commit ee565449ab
931 changed files with 12966 additions and 17 deletions

View File

@@ -0,0 +1,4 @@
import { BASE_URL } from './index';
export enum menuS {
queryMenuPage = `${BASE_URL}/deviceInfo/queryDevicePage`, // 菜单列表
}