Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-admin-consultation
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
com.pica.cloud.education.frontend
pica-admin-consultation
提交
acbf1cdc
提交
acbf1cdc
编写于
7月 23, 2021
作者:
lyf
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
bug
上级
9eb3618e
变更
3
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
42 行增加
和
32 行删除
+42
-32
constants.js
src/utils/constants.js
+4
-4
env-config.js
src/utils/env-config.js
+1
-0
diagnosis-live.vue
src/views/IM/diagnosis-admin/diagnosis-live.vue
+37
-28
未找到文件。
src/utils/constants.js
浏览文件 @
acbf1cdc
...
...
@@ -269,14 +269,14 @@ export const ALL_TAB_LIST = [
label
:
'待匹配'
,
active
:
'2'
},
{
label
:
'稍后跟进'
,
active
:
'101'
},
{
label
:
'已匹配'
,
active
:
'102'
},
{
label
:
'稍后跟进'
,
active
:
'101'
},
{
label
:
'待分诊'
,
active
:
'22'
...
...
src/utils/env-config.js
浏览文件 @
acbf1cdc
...
...
@@ -10,6 +10,7 @@ export const envConfig = {
// baseUrl: 'https://test1-sc.yunqueyi.com',
// baseUrl: 'https://uat-sc.yunqueyi.com',
qiniuFileUrl
:
"https://dev-sc.yunqueyi.com/contents/admin/qiniu/token1"
,
qiniuResourceUrl
:
"https://test1-videos.yunqueyi.com"
,
qiniuImgUrl
:
"https://test1-file.yunqueyi.com"
,
...
...
src/views/IM/diagnosis-admin/diagnosis-live.vue
浏览文件 @
acbf1cdc
...
...
@@ -17,7 +17,7 @@
class=
"icon"
@
click=
"taggleM"
/>
<div
class=
"
out"
@
click=
"leave"
>
退出
</div>
<div
class=
"
close"
@
click=
"overFn"
>
结束会话
</div>
</div>
</div>
<div
class=
"main"
>
...
...
@@ -87,7 +87,9 @@
</div>
</div>
</div>
<div
class=
"close"
@
click=
"overFn"
>
结束会话
</div>
<div
class=
"out"
@
click=
"leave"
>
退出
</div>
<alert
ref=
"alert"
></alert>
</div>
</
template
>
...
...
@@ -620,26 +622,28 @@ export default {
.top-right {
margin: 15px 25px 0 0;
display: flex;
align-items: center;
justify-content: center;
.icon {
width: 32px;
height: 32px;
border-radius: 50%;
cursor: pointer;
}
.out {
width: 102px;
height: 3
2px;
border-radius:
2px;
border: 1px solid #fffff
f;
font-size: 14
px;
font-family: PingFangSC-Regular, PingFang SC
;
font-weight: 400
;
color: #ffffff
;
text-align: center;
line-height: 32
px;
margin-left: 20px
;
cursor: pointer;
}
.close {
width: 10
2px;
height: 3
2px;
background: #ff4d4
f;
border-radius: 2
px;
font-size: 14px
;
color: #ffffff
;
line-height: 32px
;
text-align: center;
margin-left: 20
px;
cursor: pointer
;
}
}
}
.main {
...
...
@@ -735,17 +739,22 @@ export default {
}
}
}
.close {
width: 102px;
height: 32px;
background: #ff4d4f;
border-radius: 2px;
font-size: 14px;
color: #ffffff;
line-height: 32px;
text-align: center;
margin: 15px auto 6%;
cursor: pointer;
}
.out {
width: 102px;
height: 32px;
border-radius: 2px;
border: 1px solid #ffffff;
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #ffffff;
text-align: center;
line-height: 32px;
cursor: pointer;
margin: 15px auto 6%;
}
}
</
style
>
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录