diff --git a/src/api/config.js b/src/api/config.js index b726a884..8e180c47 100644 --- a/src/api/config.js +++ b/src/api/config.js @@ -2,7 +2,7 @@ * @Author: lixg lixg@dongwu-inc.com * @Date: 2022-11-21 14:32:52 * @LastEditors: lixg lixg@dongwu-inc.com - * @LastEditTime: 2022-12-13 09:24:16 + * @LastEditTime: 2022-12-13 15:30:27 * @FilePath: /fe-manage/src/api/config.js * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE */ diff --git a/src/components/NavTop.vue b/src/components/NavTop.vue index 306d7b78..797a6847 100644 --- a/src/components/NavTop.vue +++ b/src/components/NavTop.vue @@ -76,7 +76,7 @@ export default { { id: 1, name: "管理员", - go: "/manage/learningpath", + go: "/learningpath", }, { id: 2, diff --git a/src/views/projectcenter/templateAdd.vue b/src/views/projectcenter/templateAdd.vue index 47bc4d87..6551c1f2 100644 --- a/src/views/projectcenter/templateAdd.vue +++ b/src/views/projectcenter/templateAdd.vue @@ -4,10 +4,10 @@