diff --git a/test_client/src/router/index.js b/test_client/src/router/index.js
index ef7b0b7..227709b 100644
--- a/test_client/src/router/index.js
+++ b/test_client/src/router/index.js
@@ -99,21 +99,21 @@ export const asyncRoutes = [
// youpei 是只针对地坪项目新建的菜单
- {
- path: '/youpei',
- component: Layout,
- redirect: '/youpei/index',
- name: 'Youpei',
- meta: { title: '优培企业', icon: 'documentation', perms: ['youpei_view'] },
- children: [
- {
- path: 'index',
- name: 'youpeiList',
- component: () => import('@/views/youpei/index.vue'),
- meta: { title: '优培企业', icon: 'documentation', perms: ['youpei_view'] }
- }
- ]
- },
+ // {
+ // path: '/youpei',
+ // component: Layout,
+ // redirect: '/youpei/index',
+ // name: 'Youpei',
+ // meta: { title: '优培企业', icon: 'documentation', perms: ['youpei_view'] },
+ // children: [
+ // {
+ // path: 'index',
+ // name: 'youpeiList',
+ // component: () => import('@/views/youpei/index.vue'),
+ // meta: { title: '优培企业', icon: 'documentation', perms: ['youpei_view'] }
+ // }
+ // ]
+ // },
{
path: '/vod',
diff --git a/test_client/src/views/material/material.vue b/test_client/src/views/material/material.vue
index 1c43c14..65ef059 100644
--- a/test_client/src/views/material/material.vue
+++ b/test_client/src/views/material/material.vue
@@ -49,7 +49,7 @@
{{ scope.row.create_time }}
-
+
{{ scope.row.sort }}
@@ -101,7 +101,7 @@
-
+
{{ scope.row.title }}
-
+
{{ type_[scope.row.type] }}
@@ -110,6 +110,7 @@ export default {
components: { Pagination },
data() {
return {
+ uploadUrl: process.env.VUE_APP_BASE_API,
type_: {1:"技能大赛",2:"铺装工匠",3:"培训信息",4:"大赛信息"},
listQuery: Object.assign({}, listQuery),
diff --git a/test_client/src/views/news/newscreate.vue b/test_client/src/views/news/newscreate.vue
index 2668880..6866bd4 100644
--- a/test_client/src/views/news/newscreate.vue
+++ b/test_client/src/views/news/newscreate.vue
@@ -11,7 +11,7 @@
-
+
-
+