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_ 为前缀才能暴露给外部读取
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'

@ -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'),

@ -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;
}
}

Loading…
Cancel
Save