浏览代码

调整文件位置

cxmo 10 月之前
父节点
当前提交
eb89da486c

+ 11 - 11
src/router/modules/stopUpdateRoutes.js

@@ -45,7 +45,7 @@ export default [
 			},
 			{
 				path: "Sysgroupsend",
-				component: () => import('@/views/system_manage/groupSend.vue'),
+				component: () => import('@/views/system_manage/stopUpdate/groupSend.vue'),
 				name: 'Sysgroupsend',
 				hidden: false,
 				meta:{
@@ -54,13 +54,22 @@ export default [
 			},
 			{
 				path: 'bannerlist',
-				component: () => import('@/views/system_manage/bannerList.vue'),
+				component: () => import('@/views/system_manage/stopUpdate/bannerList.vue'),
 				name: 'bannerlist',
 				hidden: false,
 				meta: {
 					title:'轮播图列表'
 				}
 			},
+			{
+				path: 'videoList',
+				component: () => import('@/views/system_manage/stopUpdate/videoList.vue'),
+				name: 'videoList',
+				hidden: false,
+				meta: {
+					title:'视频管理'
+				}
+			},
       //       {
 			// 	path:'ReportThsSend',
 			// 	component:()=> import('@/views/report_manage/pushSetting.vue'),
@@ -150,15 +159,6 @@ export default [
 			// 		keepAlive: false
 			// 	}
 			// },
-      //       {
-			// 	path: 'videoList',
-			// 	component: () => import('@/views/video_manage/videoList.vue'),
-			// 	name: '视频管理',
-			// 	hidden: false,
-			// 	meta: {
-			// 		keepAlive: false
-			// 	}
-			// },
 
 			// {
 			// 	path:"enAuthManage",

+ 0 - 0
src/views/system_manage/bannerList.vue → src/views/system_manage/stopUpdate/bannerList.vue


+ 2 - 2
src/views/system_manage/groupSend.vue → src/views/system_manage/stopUpdate/groupSend.vue

@@ -153,7 +153,7 @@ function handleSubmit(){
         <el-dialog width="620px" top="15vh" v-model="show" :modal-append-to-body="false" @close="show=false">
           <template #header>
             <div>
-                <img width="20" src="../../assets/img/icons/label.png" alt="" style="position:relative;top:4px;margin-right:10px">
+                <img width="20" src="@/assets/img/icons/label.png" alt="" style="position:relative;top:4px;margin-right:10px">
                 <span>群发标签</span>
             </div>
           </template>
@@ -193,7 +193,7 @@ function handleSubmit(){
       &::after{
           content: '';
           display: block;
-          background-image: url('../../assets/img/icons/add_icon.png');
+          background-image: url('@/assets/img/icons/add_icon.png');
           background-size: cover;
           width: 50px;
           height: 50px;

+ 0 - 0
src/views/system_manage/stopUpdate/videoList.vue