Commit d8e8fd06 authored by qzhxx's avatar qzhxx

打包更改

parent d3e8c09c
...@@ -9,7 +9,7 @@ module.exports = { ...@@ -9,7 +9,7 @@ module.exports = {
// Paths // Paths
assetsSubDirectory: 'static', assetsSubDirectory: 'static',
assetsPublicPath: '/', assetsPublicPath: './',
proxyTable: { proxyTable: {
'/mall': { '/mall': {
target: "http://192.168.110.93/chnmuseum-party/", target: "http://192.168.110.93/chnmuseum-party/",
......
...@@ -38,6 +38,9 @@ const analysisPage = r => require.ensure([],()=>r(require('@/page/end/analysisPa ...@@ -38,6 +38,9 @@ const analysisPage = r => require.ensure([],()=>r(require('@/page/end/analysisPa
const hotProductsRecord = r => require.ensure([],()=>r(require('@/page/end/hotProductsRecord')),'hotProductsRecord'); const hotProductsRecord = r => require.ensure([],()=>r(require('@/page/end/hotProductsRecord')),'hotProductsRecord');
const popularActiveRecord = r => require.ensure([],()=>r(require('@/page/end/popularActiveRecord')),'popularActiveRecord'); const popularActiveRecord = r => require.ensure([],()=>r(require('@/page/end/popularActiveRecord')),'popularActiveRecord');
// 内容管理
const videoCopyright = r => require.ensure([],()=>r(require('@/page/content/video/copyright/add')),'videoCopyright');
/*跳转的页面*/ /*跳转的页面*/
// 新建服务指南 // 新建服务指南
const newServiceGuide = r => require.ensure([],()=>r(require('@/page/routerPage/newServiceGuide')),'newServiceGuide'); const newServiceGuide = r => require.ensure([],()=>r(require('@/page/routerPage/newServiceGuide')),'newServiceGuide');
...@@ -185,6 +188,13 @@ const router = new Router({ ...@@ -185,6 +188,13 @@ const router = new Router({
component: popularActiveRecord component: popularActiveRecord
}, },
// --- 国博内容管理
{
path: '/videoCopyright',
name: '视频版权方管理',
component: videoCopyright
},
//新建页面 //新建页面
{ {
path: '/newServiceGuide', path: '/newServiceGuide',
......
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