场景化优化

This commit is contained in:
liuzanying
2023-09-13 18:19:26 +08:00
parent 706366a248
commit afde02e35a
9 changed files with 264 additions and 251 deletions

View File

@@ -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',