develoop
lijiaqi 4 months ago
parent db752a36eb
commit f16452cc6d
  1. 4
      .env.development
  2. 12
      src/router/routers.ts
  3. 10
      src/views/course/basicCourseInformation.vue

@ -1,5 +1,5 @@
# 变量必须以 VITE_ 为前缀才能暴露给外部读取 # 变量必须以 VITE_ 为前缀才能暴露给外部读取
NODE_ENV = 'development' NODE_ENV = 'development'
VITE_APP_TITLE = '无糖运营平台' VITE_APP_TITLE = '无糖运营平台'
VITE_APP_BASE_API = 'http://127.0.0.1:8080' # 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://39.106.16.162:8080'

@ -43,17 +43,6 @@ export const constantRoute: any = [
icon: 'HomeFilled', // 菜单图标 icon: 'HomeFilled', // 菜单图标
}, },
children: [ children: [
// {
// path: '/curriculumCenter/course',
// redirect: '/curriculumCenter/basicCourseInformation',
// component: () => import('@/views/course/index.vue'),
// name: 'Course',
// meta: {
// title: '课程',
// hidden: false,
// icon: 'Notebook',
// },
// },
{ {
path: '/curriculumCenter/basicCourseInformation', path: '/curriculumCenter/basicCourseInformation',
component: () => import('@/views/course/basicCourseInformation.vue'), component: () => import('@/views/course/basicCourseInformation.vue'),
@ -182,6 +171,7 @@ export const constantRoute: any = [
}, },
], ],
}, },
{ {
path: '/myCourseStudyManagement', path: '/myCourseStudyManagement',
component: () => import('@/layout/index.vue'), component: () => import('@/layout/index.vue'),

@ -352,7 +352,7 @@ const CloseCouresNameChangeEvent = () => {
margin-top: 5px; margin-top: 5px;
color: #555555; color: #555555;
font-size: 14px; font-size: 14px;
padding-top: 12px; padding-top: 10px;
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
@ -365,16 +365,16 @@ const CloseCouresNameChangeEvent = () => {
.del { .del {
position: absolute; position: absolute;
margin-left: 295px; margin-left: 280px;
margin-top: -90px; margin-top: -80px;
color: #0052ff; color: #0052ff;
cursor: pointer; cursor: pointer;
} }
.object { .object {
position: absolute; position: absolute;
margin-left: 190px; margin-left: 180px;
margin-top: -24px; margin-top: -29px;
} }
} }

Loading…
Cancel
Save