mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 06:16:46 +08:00
测评列表
This commit is contained in:
@@ -1286,7 +1286,6 @@ export default {
|
||||
|
||||
//编辑学习路径图
|
||||
const editLearnPath = async () => {
|
||||
debugger
|
||||
if (!state.pathName) {
|
||||
message.destroy();
|
||||
return message.warning("请输入路径图名称");
|
||||
@@ -1455,7 +1454,6 @@ export default {
|
||||
// state.imgData = ;
|
||||
// }
|
||||
});
|
||||
debugger
|
||||
const imgData = computed(() => store.state.router_pic);
|
||||
//添加权限
|
||||
watch(
|
||||
|
||||
Reference in New Issue
Block a user