1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

后台管理添加体温上报

This commit is contained in:
2023-04-14 00:53:02 +08:00
parent bad6ecb111
commit fb10c7e666
22 changed files with 472 additions and 58 deletions

View File

@@ -15,6 +15,9 @@ export const usePermissStore = defineStore('permiss', {
"dashboard",
"report",
"report-setting",
"shop",
"shop-good-setting",
"shop-cate-setting",
@@ -29,6 +32,9 @@ export const usePermissStore = defineStore('permiss', {
"dashboard",
"report",
"report-setting",
"shop",
"shop-good-setting",
"shop-cate-setting",
@@ -38,9 +44,4 @@ export const usePermissStore = defineStore('permiss', {
]
};
},
// actions: {
// handleSet(val: string[]) {
// this.key = val;
// }
// }
});