|
@@ -97,16 +97,16 @@ const postPageRoleApi = async () => {
|
|
|
const bgColor = ref(null);
|
|
|
onMounted(async () => {
|
|
|
// 用来手动调用接口新增权限
|
|
|
- // postAddMenuList({
|
|
|
- // menuName: "指标数据",
|
|
|
- // menuType: "menu",
|
|
|
- // parentCode: "menu340262294435012608",
|
|
|
- // orderNum: 1,
|
|
|
+ // updateMenu({
|
|
|
+ // menuName: "批量导入",
|
|
|
+ // menuType: "button",
|
|
|
+ // parentCode: "menu381258724305674240",
|
|
|
+ // orderNum: 2,
|
|
|
// url: "",
|
|
|
// moduleUrl: "/indexData/index",
|
|
|
// icon: "",
|
|
|
// remar: "",
|
|
|
- // menuCode: ""
|
|
|
+ // menuCode: "button381259601502412800"
|
|
|
// });
|
|
|
// 低网模式 等待 postPageRoleApi 完成
|
|
|
await postPageRoleApi();
|