Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica.cloud.web-admin-protocol-center
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
jingqi.liu
pica.cloud.web-admin-protocol-center
提交
96adea71
提交
96adea71
编写于
10月 09, 2019
作者:
guangjun.yang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
protocol-list
上级
79492c8b
变更
8
展开全部
隐藏空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
54 行增加
和
5387 行删除
+54
-5387
router.js
src/router/router.js
+39
-53
add-manager.vue
src/views/education/add-manager.vue
+0
-3167
create-component.vue
src/views/education/create-component.vue
+0
-1342
item-component.vue
src/views/education/item-component.vue
+0
-314
item-manager.vue
src/views/education/item-manager.vue
+0
-496
slidebar.vue
src/views/layout/slidebar.vue
+15
-15
item-role.vue
src/views/system-old/item-role.vue
+0
-0
role.vue
src/views/system-old/role.vue
+0
-0
未找到文件。
src/router/router.js
浏览文件 @
96adea71
import
App
from
'../App'
import
App
from
'../App'
const
home
=
r
=>
require
.
ensure
([],
()
=>
r
(
require
(
'../views/home'
)),
'home'
)
const
blank
=
r
=>
require
.
ensure
([],
()
=>
r
(
require
(
'../views/blank'
)),
'blank'
)
const
blank
=
r
=>
require
.
ensure
([],
()
=>
r
(
require
(
'../views/blank'
)),
'blank'
)
const
itemManager
=
r
=>
require
.
ensure
([],
()
=>
r
(
require
(
'../views/education/item-manager.vue'
)),
'item-manager'
)
const
itemComponent
=
r
=>
require
.
ensure
([],
()
=>
r
(
require
(
'../views/education/item-component.vue'
)),
'item-component'
)
const
createComponent
=
r
=>
require
.
ensure
([],
()
=>
r
(
require
(
'../views/education/create-component.vue'
)),
'create-component'
)
const
roleManager
=
r
=>
require
.
ensure
([],
()
=>
r
(
require
(
'../views/system/role.vue'
)),
'role'
)
const
addManager
=
r
=>
require
.
ensure
([],
()
=>
r
(
require
(
'../views/education/add-manager.vue'
)),
'add-manager'
)
const
itemRole
=
r
=>
require
.
ensure
([],
()
=>
r
(
require
(
'../views/system/item-role.vue'
)),
'item-role'
)
const
createPush
=
r
=>
require
.
ensure
([],
()
=>
r
(
require
(
'../views/message/create-push.vue'
)),
'create-push'
)
const
historyPush
=
r
=>
require
.
ensure
([],
()
=>
r
(
require
(
'../views/message/history-push.vue'
)),
'history-push'
)
// 新增 策略管理、短信历史、黑名单、疲劳度控制
const
strategyManage
=
r
=>
require
.
ensure
([],
()
=>
r
(
require
(
'../views/message/strategy-manage.vue'
)),
'strategy-manage'
);
const
msgHistory
=
r
=>
require
.
ensure
([],
()
=>
r
(
require
(
'../views/message/msg-history.vue'
)),
'msg-history'
);
const
blacklist
=
r
=>
require
.
ensure
([],
()
=>
r
(
require
(
'../views/message/blacklist.vue'
)),
'blacklist'
);
const
fatigueControl
=
r
=>
require
.
ensure
([],
()
=>
r
(
require
(
'../views/message/fatigue-control.vue'
)),
'fatigue-control'
);
// 新增 协议管理
// 新增 协议管理
const
protocolList
=
r
=>
require
.
ensure
([],
()
=>
r
(
require
(
'../views/protocol/protocol-list.vue'
)),
'protocol-list'
);
const
protocolList
=
r
=>
require
.
ensure
([],
()
=>
r
(
require
(
'../views/protocol/protocol-list.vue'
)),
'protocol-list'
);
...
@@ -40,43 +24,45 @@ export default [{
...
@@ -40,43 +24,45 @@ export default [{
},{
},{
path
:
'/blank'
,
path
:
'/blank'
,
component
:
blank
component
:
blank
},{
},
path
:
'/item-manager'
,
// {
component
:
itemManager
// path: '/item-manager',
},{
// component: itemManager
path
:
'/add-manager'
,
// },{
component
:
addManager
// path: '/add-manager',
},{
// component: addManager
path
:
'/item-component'
,
// },{
component
:
itemComponent
// path: '/item-component',
},{
// component: itemComponent
path
:
'/role'
,
// },{
component
:
roleManager
// path: '/role',
},{
// component: roleManager
path
:
'/create-component'
,
// },{
component
:
createComponent
// path: '/create-component',
},{
// component: createComponent
path
:
'/item-role'
,
// },{
component
:
itemRole
// path: '/item-role',
},{
// component: itemRole
path
:
'/create-push'
,
// },{
component
:
createPush
// path: '/create-push',
},{
// component: createPush
path
:
'/history-push'
,
// },{
component
:
historyPush
// path: '/history-push',
},{
// component: historyPush
path
:
'/strategy-manage'
,
// },{
component
:
strategyManage
// path: '/strategy-manage',
},{
// component: strategyManage
path
:
'/msg-history'
,
// },{
component
:
msgHistory
// path: '/msg-history',
},{
// component: msgHistory
path
:
'/blacklist'
,
// },{
component
:
blacklist
// path: '/blacklist',
},{
// component: blacklist
path
:
'/fatigue-control'
,
// },{
component
:
fatigueControl
// path: '/fatigue-control',
},{
// component: fatigueControl
// },
{
path
:
'/protocol-list'
,
path
:
'/protocol-list'
,
component
:
protocolList
component
:
protocolList
},{
},{
...
...
src/views/education/add-manager.vue
已删除
100644 → 0
浏览文件 @
79492c8b
因为 它太大了无法显示 源差异 。您可以改为
查看blob
。
src/views/education/create-component.vue
已删除
100644 → 0
浏览文件 @
79492c8b
此差异已折叠。
点击以展开。
src/views/education/item-component.vue
已删除
100644 → 0
浏览文件 @
79492c8b
此差异已折叠。
点击以展开。
src/views/education/item-manager.vue
已删除
100644 → 0
浏览文件 @
79492c8b
此差异已折叠。
点击以展开。
src/views/layout/slidebar.vue
浏览文件 @
96adea71
...
@@ -63,21 +63,21 @@ export default {
...
@@ -63,21 +63,21 @@ export default {
icon
:
"el-icon-history-push"
,
icon
:
"el-icon-history-push"
,
index
:
"protocol-list"
index
:
"protocol-list"
},
},
{
//
{
title
:
"创建协议"
,
//
title: "创建协议",
icon
:
"el-icon-document-add"
,
//
icon: "el-icon-document-add",
index
:
"create-protocol"
//
index: "create-protocol"
},
//
},
{
//
{
title
:
"查看协议"
,
//
title: "查看协议",
icon
:
"el-icon-chat-line-square"
,
//
icon: "el-icon-chat-line-square",
index
:
"protocol-detail"
//
index: "protocol-detail"
},
//
},
{
//
{
title
:
"历史版本"
,
//
title: "历史版本",
icon
:
"el-icon-chat-line-square"
,
//
icon: "el-icon-chat-line-square",
index
:
"protocol-history"
//
index: "protocol-history"
}
//
}
]
]
};
};
},
},
...
...
src/views/system/item-role.vue
→
src/views/system
-old
/item-role.vue
浏览文件 @
96adea71
文件已移动
src/views/system/role.vue
→
src/views/system
-old
/role.vue
浏览文件 @
96adea71
文件已移动
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录