mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
feat:增加学习路径id以及项目id
This commit is contained in:
@@ -603,7 +603,7 @@ import ManageRight from "../../components/drawers/ManageRight";
|
||||
import * as api from "../../api/index1";
|
||||
import { message } from "ant-design-vue";
|
||||
import { toDate } from "../../api/method";
|
||||
|
||||
import { storage } from "../../api/storage";
|
||||
export default {
|
||||
name: "learningPath",
|
||||
components: { OwnerShip, PowerList, QueryRight, ManageRight },
|
||||
@@ -1081,7 +1081,7 @@ export default {
|
||||
router.push({
|
||||
path: "/leveladd",
|
||||
});
|
||||
localStorage.setItem("routerId", text.record.id);
|
||||
storage.set("routerId", text.record.id);
|
||||
}}
|
||||
>
|
||||
管理
|
||||
|
||||
Reference in New Issue
Block a user