|
@@ -174,7 +174,7 @@ import { auth } from '/@/utils/authFunction';
|
|
|
import { updateMenu, getMenuList, getMenuById } from '/@/api/system/menu';
|
|
|
|
|
|
// 引入组件
|
|
|
-const IconSelector = defineAsyncComponent(() => import('/@/components/iconSelector/index.vue'));
|
|
|
+const IconSelector = defineAsyncComponent(() => import('/src/components/IconSelector/index.vue'));
|
|
|
|
|
|
// 定义子组件向父组件传值/事件
|
|
|
const emit = defineEmits(['updateList']);
|