场景化优化
This commit is contained in:
@@ -9,7 +9,7 @@ import { jsonp } from "vue-jsonp";
|
||||
import { jsonpUrl } from "../config.js";
|
||||
import { useStore } from "vuex";
|
||||
import Creative from "./route.creative"; // 创作中心路由
|
||||
|
||||
import MarketList from "@/views/TempMarket/components/TempMarketLayout"
|
||||
const store = useStore();
|
||||
|
||||
const constantRoutes = [
|
||||
@@ -45,7 +45,12 @@ const constantRoutes = [
|
||||
component: () => import(/* webpackChunkName: 'home' */ '@views/Home/Index.vue'),
|
||||
children: [...ProjectManage, ...TemplateMarket, ...Contact, ...DocumentLibrary, ...DataStatistics, ...Creative]
|
||||
},
|
||||
|
||||
{
|
||||
path: '/market',
|
||||
name: 'Market',
|
||||
meta: { title: '模板库' },
|
||||
component: MarketList,
|
||||
},
|
||||
{
|
||||
path: '/edit-creative-scene',
|
||||
name: 'editCreativeScene',
|
||||
|
||||
Reference in New Issue
Block a user