diff --git a/.env.development b/.env.development index 600aee7..c8c89d1 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # 变量必须以 VITE_ 为前缀才能暴露给外部读取 NODE_ENV = 'development' VITE_APP_TITLE = '无糖运营平台' -VITE_APP_BASE_API = 'http://127.0.0.1:8080' -# VITE_APP_BASE_API = 'http://39.106.16.162:8080' +# VITE_APP_BASE_API = 'http://127.0.0.1:8080' +VITE_APP_BASE_API = 'http://39.106.16.162:8080' diff --git a/src/router/routers.ts b/src/router/routers.ts index d4c0c19..aeb478a 100644 --- a/src/router/routers.ts +++ b/src/router/routers.ts @@ -43,17 +43,6 @@ export const constantRoute: any = [ icon: 'HomeFilled', // 菜单图标 }, children: [ - // { - // path: '/curriculumCenter/course', - // redirect: '/curriculumCenter/basicCourseInformation', - // component: () => import('@/views/course/index.vue'), - // name: 'Course', - // meta: { - // title: '课程', - // hidden: false, - // icon: 'Notebook', - // }, - // }, { path: '/curriculumCenter/basicCourseInformation', component: () => import('@/views/course/basicCourseInformation.vue'), @@ -182,6 +171,7 @@ export const constantRoute: any = [ }, ], }, + { path: '/myCourseStudyManagement', component: () => import('@/layout/index.vue'), diff --git a/src/views/course/basicCourseInformation.vue b/src/views/course/basicCourseInformation.vue index 0169da5..652b1f6 100644 --- a/src/views/course/basicCourseInformation.vue +++ b/src/views/course/basicCourseInformation.vue @@ -352,7 +352,7 @@ const CloseCouresNameChangeEvent = () => { margin-top: 5px; color: #555555; font-size: 14px; - padding-top: 12px; + padding-top: 10px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; @@ -365,16 +365,16 @@ const CloseCouresNameChangeEvent = () => { .del { position: absolute; - margin-left: 295px; - margin-top: -90px; + margin-left: 280px; + margin-top: -80px; color: #0052ff; cursor: pointer; } .object { position: absolute; - margin-left: 190px; - margin-top: -24px; + margin-left: 180px; + margin-top: -29px; } }