Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica.cloud.web-education-admin
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
提交
议题看板
打开侧边栏
jingqi.liu
pica.cloud.web-education-admin
提交
f9746f63
提交
f9746f63
编写于
7月 20, 2022
作者:
qian.jie
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
教培弹窗添加
上级
fadb56db
变更
6
展开全部
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
846 行增加
和
4 行删除
+846
-4
router.js
src/router/router.js
+10
-1
index.js
src/utils-o/index.js
+5
-1
env-config.js
src/utils/env-config.js
+7
-1
index.js
src/utils/index.js
+4
-1
editeach-popup.vue
src/views/education/editeach-popup.vue
+476
-0
teaching-popup.vue
src/views/education/teaching-popup.vue
+344
-0
未找到文件。
src/router/router.js
浏览文件 @
f9746f63
...
...
@@ -18,7 +18,8 @@ const editProfessionalExam = r => require.ensure([], () => r(require('../views/e
const
subjectManager
=
r
=>
require
.
ensure
([],
()
=>
r
(
require
(
'../views/education/subject-manager.vue'
)),
'subject-manager'
)
const
editSubject
=
r
=>
require
.
ensure
([],
()
=>
r
(
require
(
'../views/education/edit-subject.vue'
)),
'edit-subject'
)
const
reportDownload
=
r
=>
require
.
ensure
([],
()
=>
r
(
require
(
'../views/education/report-download.vue'
)),
'report-download'
)
const
teachingPopup
=
r
=>
require
.
ensure
([],
()
=>
r
(
require
(
'../views/education/teaching-popup.vue'
)),
'teaching-popup'
)
const
editeachPopup
=
r
=>
require
.
ensure
([],
()
=>
r
(
require
(
'../views/education/editeach-popup.vue'
)),
'editeach-popup'
)
import
patientsRouters
from
'./patients'
import
followRouters
from
'./follow'
...
...
@@ -140,6 +141,14 @@ export default [
path
:
"/report-download"
,
component
:
reportDownload
,
},
{
path
:
"/teaching-popup"
,
component
:
teachingPopup
,
},
{
path
:
"/editeach-popup"
,
component
:
editeachPopup
,
},
{
path
:
"/edit-subject"
,
component
:
editSubject
,
...
...
src/utils-o/index.js
浏览文件 @
f9746f63
...
...
@@ -220,4 +220,8 @@ export function getExeclUrl(url) {
// 获取教培项目文件地址
export
function
getItemFileUrl
(
url
)
{
return
getConfigByEnvType
(
'itemFileUrl'
)
+
url
}
\ No newline at end of file
}
// // 获取教培弹框url
// export function getEdUrl() {
// return getConfigByEnvType('tEdUrl')
// }
\ No newline at end of file
src/utils/env-config.js
浏览文件 @
f9746f63
...
...
@@ -42,6 +42,7 @@ export const envConfig = {
stsUrl
:
"https://dev-api.yunqueyi.com/middle/oss/token/"
,
//sts服务器
bucketName
:
"pica-test-huabei2"
,
endpoint
:
"oss-cn-beijing.aliyuncs.com"
,
tEdUrl
:
"https://dev-phome.yunqueyi.com/coopv2/#/previewActivityDialog"
},
dev
:
{
baseUrl
:
'https://dev-sc.yunqueyi.com/'
,
...
...
@@ -64,6 +65,7 @@ export const envConfig = {
stsUrl
:
"https://dev-api.yunqueyi.com/middle/oss/token/"
,
//sts服务器
bucketName
:
"pica-test-huabei2"
,
endpoint
:
"oss-cn-beijing.aliyuncs.com"
,
tEdUrl
:
"https://dev-phome.yunqueyi.com/coopv2/#/previewActivityDialog"
},
test
:
{
baseUrl
:
'https://test1-sc.yunqueyi.com/'
,
...
...
@@ -86,6 +88,7 @@ export const envConfig = {
stsUrl
:
"https://test1-api.yunqueyi.com/middle/oss/token/"
,
//sts服务器
bucketName
:
"pica-test-huabei2"
,
endpoint
:
"oss-cn-beijing.aliyuncs.com"
,
tEdUrl
:
"https://test1-phome.yunqueyi.com/coopv2/#/previewActivityDialog"
},
test2
:
{
baseUrl
:
'https://test2-work.yunqueyi.com/sc/'
,
...
...
@@ -107,6 +110,7 @@ export const envConfig = {
stsUrl
:
"https://test2-api.yunqueyi.com/middle/oss/token/"
,
//sts服务器
bucketName
:
"pica-test-huabei2"
,
endpoint
:
"oss-cn-beijing.aliyuncs.com"
,
tEdUrl
:
"https://test1-phome.yunqueyi.com/coopv2/#/previewActivityDialog"
},
uat
:
{
baseUrl
:
'https://uat-sc.yunqueyi.com/'
,
...
...
@@ -129,6 +133,7 @@ export const envConfig = {
stsUrl
:
"https://uat-api.yunqueyi.com/middle/oss/token/"
,
//sts服务器
bucketName
:
"pica-pro"
,
endpoint
:
"oss-cn-shanghai.aliyuncs.com"
,
tEdUrl
:
"https://uat-phome.yunqueyi.com/coopv2/#/previewActivityDialog"
},
pro
:
{
baseUrl
:
'https://sc.yunqueyi.com/'
,
...
...
@@ -150,6 +155,7 @@ export const envConfig = {
ossImgUrl
:
'https://file.yunqueyi.com'
,
stsUrl
:
"https://api.yunqueyi.com/middle/oss/token/"
,
//sts服务器
bucketName
:
"pica-pro"
,
endpoint
:
"oss-cn-shanghai.aliyuncs.com"
endpoint
:
"oss-cn-shanghai.aliyuncs.com"
,
tEdUrl
:
"https://phome.yunqueyi.com/coopv2/#/previewActivityDialog"
}
}
src/utils/index.js
浏览文件 @
f9746f63
...
...
@@ -250,7 +250,10 @@ export function getItemFileUrl(url) {
export
function
getCmsUrl
(
url
)
{
return
getConfigByEnvType
(
'cmsUrl'
)
+
url
}
// 获取教培弹框url
export
function
getEdUrl
()
{
return
getConfigByEnvType
(
'tEdUrl'
)
}
// 转换时间格式
...
...
src/views/education/editeach-popup.vue
0 → 100644
浏览文件 @
f9746f63
此差异已折叠。
点击以展开。
src/views/education/teaching-popup.vue
0 → 100644
浏览文件 @
f9746f63
此差异已折叠。
点击以展开。
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录