修复页面bug
This commit is contained in:
@@ -254,9 +254,16 @@ const routes: Array<RouteRecordRaw> = [
|
||||
path: "affiliateAudit",
|
||||
name: "affiliateAudit",
|
||||
meta: { enter: 3 },
|
||||
component: () =>
|
||||
import("@/component/Administrator/affiliate/affiliateAudit.vue"),
|
||||
component: () =>import("@/component/Administrator/affiliate/affiliateAudit/affiliateAudit.vue"),
|
||||
},
|
||||
{
|
||||
path: "affiliateReferral",
|
||||
name: "affiliateReferral",
|
||||
meta: {
|
||||
enter: 3,
|
||||
},
|
||||
component: () =>import("@/component/Administrator/affiliate/affiliateReferral/index.vue"),
|
||||
},
|
||||
{
|
||||
path: "TransactionTable",
|
||||
name: "TransactionTable",
|
||||
@@ -311,6 +318,14 @@ const routes: Array<RouteRecordRaw> = [
|
||||
},
|
||||
component: () => import("@/views/affiliate/affiliatePage.vue"),
|
||||
children: [
|
||||
{
|
||||
path: "",
|
||||
name: "defaultAffiliateHome",
|
||||
meta: {
|
||||
enter: 2,
|
||||
},
|
||||
component: () => import("@/component/affiliate/home.vue"),
|
||||
},
|
||||
{
|
||||
path: "/affiliateHome",
|
||||
name: "affiliateHome",
|
||||
@@ -318,14 +333,6 @@ const routes: Array<RouteRecordRaw> = [
|
||||
enter: 2,
|
||||
},
|
||||
component: () => import("@/component/affiliate/home.vue"),
|
||||
},
|
||||
{
|
||||
path: "/affiliateReferral",
|
||||
name: "affiliateReferral",
|
||||
meta: {
|
||||
enter: 2,
|
||||
},
|
||||
component: () => import("@/component/affiliate/Referral/index.vue"),
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user