Commit a1f42b25 authored by 赵炳峰's avatar 赵炳峰

master

parent 6be27dcf
...@@ -19,7 +19,7 @@ const MY_RESOURCES = [ ...@@ -19,7 +19,7 @@ const MY_RESOURCES = [
{ // 收藏分享 { // 收藏分享
path: '/education/myResources/favorShare', path: '/education/myResources/favorShare',
name: 'favorShare', name: 'favorShare',
component: resolve => require(['pages/education/schoolBasedResources/myResources/FavorShare'], resolve), component: resolve => require(['pages/education/schoolBasedResources/myResources/FavorShare'], resolve)
}, },
{ // 我管理的 { // 我管理的
path: '/education/myResources/myManage', path: '/education/myResources/myManage',
...@@ -46,7 +46,7 @@ const SCHOOL_RESOURCES = [ ...@@ -46,7 +46,7 @@ const SCHOOL_RESOURCES = [
{ // 校内资源 { // 校内资源
path: '/education/schoolResources/index', path: '/education/schoolResources/index',
name: 'myUpload', name: 'myUpload',
component: resolve => require(['pages/education/schoolBasedResources/schoolResources/ResourcesInSchoold'], resolve), component: resolve => require(['pages/education/schoolBasedResources/schoolResources/ResourcesInSchoold'], resolve)
} }
] ]
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment