Skip to content

Commit 9bd87af

Browse files
committed
init
1 parent 15fed88 commit 9bd87af

9 files changed

Lines changed: 106 additions & 342 deletions

File tree

src/assets/json/sidebar.json

Lines changed: 1 addition & 100 deletions
Original file line numberDiff line numberDiff line change
@@ -15,105 +15,6 @@
1515
}
1616
]
1717
},
18-
{
19-
"index": "/rights",
20-
"title": "权限管理",
21-
"subs": [{
22-
"index": "/role",
23-
"title": "角色管理"
24-
},
25-
{
26-
"index": "/account",
27-
"title": "账号管理"
28-
},
29-
{
30-
"index": "/customerAccount",
31-
"title": "客户账号"
32-
}
33-
]
34-
},
3518
{ "index": "/ad", "title": "广告管理" },
36-
{ "index": "/recommend", "title": "推荐管理" },
37-
{ "index": "/product", "title": "产品管理" },
38-
{
39-
"index": "/applyRecord",
40-
"title": "申请记录",
41-
"subs": [{
42-
"index": "/financialLoan",
43-
"title": "金融贷款"
44-
},
45-
{
46-
"index": "/weddingPhoto",
47-
"title": "婚纱摄影"
48-
}
49-
]
50-
},
51-
{
52-
"index": "/submitRecord",
53-
"title": "提交记录",
54-
"subs": [{
55-
"index": "/submitCustomer",
56-
"title": "提交客户"
57-
},
58-
{
59-
"index": "/submitCustomerService",
60-
"title": "提交客服"
61-
}
62-
]
63-
},
64-
{ "index": "/message", "title": "消息管理" },
65-
{ "index": "/suggest", "title": "建议管理" },
66-
{
67-
"index": "/activity",
68-
"title": "活动管理",
69-
"subs": [{
70-
"index": "/activityList",
71-
"title": "活动列表"
72-
},
73-
{
74-
"index": "/activityForm",
75-
"title": "表单控件"
76-
},
77-
{
78-
"index": "/activityRecord",
79-
"title": "申请记录"
80-
}
81-
]
82-
},
83-
{ "index": "/user", "title": "用户管理" },
84-
{ "index": "/order", "title": "订单管理" },
85-
{ "index": "/customer", "title": "客户管理" },
86-
{
87-
"index": "/sms",
88-
"title": "短信管理",
89-
"subs": [{
90-
"index": "/smsList",
91-
"title": "短信列表"
92-
},
93-
{
94-
"index": "/smsTemplate",
95-
"title": "短信模板"
96-
}
97-
]
98-
},
99-
{ "index": "/workList", "title": "工单管理" },
100-
{ "index": "/business", "title": "业务管理" },
101-
{ "index": "/rules", "title": "规则管理" },
102-
{ "index": "/soundRecord", "title": "录音质检" },
103-
{
104-
"index": "/cluemgr",
105-
"title": "线索管理",
106-
"subs": [{
107-
"index": "/clue",
108-
"title": "线索公海"
109-
},
110-
{
111-
"index": "/myClue",
112-
"title": "我的线索"
113-
}
114-
]
115-
},
116-
{ "index": "/customerServiceManagement", "title": "客服管理" },
117-
{ "index": "/smsRecord", "title": "短信记录" },
118-
{ "index": "/workHandle", "title": "工单处理" }
19+
{ "index": "/product", "title": "产品管理" }
11920
]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div class="flex header-wrap">
3-
<div class="logo align-self-middle">管理系统模板</div>
3+
<div class="logo align-self-middle">动态表单设计系统</div>
44
<div class="flex flex-auto justify-end">
55
<el-dropdown trigger="click" class="flex dropdown align-middle" placement="bottom">
66
<span class="el-dropdown-link">

src/components/hello-world.vue

Lines changed: 0 additions & 98 deletions
This file was deleted.

src/components/layout/index.vue

Lines changed: 0 additions & 111 deletions
This file was deleted.

src/router.js

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,8 @@ const router = new Router({
1919
},
2020
{
2121
path: "/home",
22-
component: () => import("@/components/layout"),
23-
children: [{
24-
path: '/',
25-
name: 'home',
26-
component: () => import('@/views/home.vue')
27-
},
28-
{
29-
path: '/ad',
30-
name: 'ad',
31-
component: () => import('@/views/ad.vue')
32-
}
33-
]
22+
name: 'home',
23+
component: () => import('@/views/home.vue')
3424
},
3525
{
3626
path: '*',

src/views/ad.vue

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)