|
@@ -56,7 +56,14 @@ const LandingAddPage: RouteConfig = {
|
|
|
hidden: true,
|
|
|
component: () => import("@/views/put/landing/add.vue")
|
|
|
};
|
|
|
-
|
|
|
+export const Operation: RouteConfig = {
|
|
|
+ name: "Operation",
|
|
|
+ path: "/Operation",
|
|
|
+ meta: {
|
|
|
+ title: "落地页编辑",
|
|
|
+ },
|
|
|
+ component: () => import("@/views/landing/landing/edit.vue"),
|
|
|
+};
|
|
|
const PutLog: RouteConfig = {
|
|
|
name: "PutLog",
|
|
|
path: "log",
|
|
@@ -87,14 +94,6 @@ const PutAdGroup: RouteConfig = {
|
|
|
component: () => import("@/views/put/ad-group.vue")
|
|
|
};
|
|
|
|
|
|
-export const Operation: RouteConfig = {
|
|
|
- name: "Operation",
|
|
|
- path: "/Operation",
|
|
|
- meta: {
|
|
|
- title: "落地页编辑",
|
|
|
- },
|
|
|
- component: () => import("@/views/operation/editcontent.vue"),
|
|
|
-};
|
|
|
const PutAdAcountL: RouteConfig = {
|
|
|
name: "PutAdAcountL",
|
|
|
path: "/put/datas/count",
|