Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
L
learn-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
learn-online-pc
Commits
737b3976
提交
737b3976
authored
11月 17, 2020
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
康大配置修改
上级
47d032a0
隐藏空白字符变更
内嵌
并排
正在显示
10 个修改的文件
包含
12 行增加
和
12 行删除
+12
-12
.config.dev.js
.config.dev.js
+2
-2
.config.pro.js
.config.pro.js
+1
-1
.config.test.js
.config.test.js
+1
-1
project.config.js
project.config.js
+1
-1
PlayerAction.js
src/action/PlayerAction.js
+2
-2
base_api.js
src/api/base_api.js
+1
-1
editor.vue
src/components/editor.vue
+1
-1
editor.vue
src/modules/viewer/components/common/editor.vue
+1
-1
feedbackCreate.vue
src/pages/feedback/feedbackCreate.vue
+1
-1
courseDetail.vue
src/pages/learn/courseDetail.vue
+1
-1
没有找到文件。
.config.dev.js
浏览文件 @
737b3976
module
.
exports
=
{
module
.
exports
=
{
domain
:
'dev.ezijing.com'
,
domain
:
'dev.ezijing.com'
,
url
:
'https://c
iis
-learning2.ezijing.com/api'
,
url
:
'https://c
amp
-learning2.ezijing.com/api'
,
apiBaseURL
:
'/'
,
apiBaseURL
:
'/'
,
others
:
{
others
:
{
url
:
'/app/learn/course'
,
url
:
'/app/learn/course'
,
loginUrl
:
'https://login2.ezijing.com/c
iis
/login/index'
loginUrl
:
'https://login2.ezijing.com/c
amp
/login/index'
},
},
webpack
:
{
webpack
:
{
externals
:
{
externals
:
{
...
...
.config.pro.js
浏览文件 @
737b3976
...
@@ -4,7 +4,7 @@ module.exports = {
...
@@ -4,7 +4,7 @@ module.exports = {
apiBaseURL
:
'/'
,
apiBaseURL
:
'/'
,
others
:
{
others
:
{
url
:
'/app/learn/course'
,
url
:
'/app/learn/course'
,
loginUrl
:
'https://login.ezijing.com/c
iis
/login/index'
loginUrl
:
'https://login.ezijing.com/c
amp
/login/index'
},
},
webpack
:
{
webpack
:
{
externals
:
{
externals
:
{
...
...
.config.test.js
浏览文件 @
737b3976
...
@@ -4,7 +4,7 @@ module.exports = {
...
@@ -4,7 +4,7 @@ module.exports = {
apiBaseURL
:
'/'
,
apiBaseURL
:
'/'
,
others
:
{
others
:
{
url
:
'/app/learn/course'
,
url
:
'/app/learn/course'
,
loginUrl
:
'https://login2.ezijing.com/c
iis
/login/index'
loginUrl
:
'https://login2.ezijing.com/c
amp
/login/index'
},
},
isUploadStatic
:
false
,
isUploadStatic
:
false
,
webpack
:
{
webpack
:
{
...
...
project.config.js
浏览文件 @
737b3976
export
default
{
export
default
{
title
:
'紫荆教育MBA学习系统'
,
title
:
'紫荆教育MBA学习系统'
,
tenant
:
'c
iis
'
tenant
:
'c
amp
'
}
}
src/action/PlayerAction.js
浏览文件 @
737b3976
...
@@ -317,7 +317,7 @@ export default class PlayerAction extends BaseACTION {
...
@@ -317,7 +317,7 @@ export default class PlayerAction extends BaseACTION {
attrs
:
{
attrs
:
{
multiple
:
true
,
multiple
:
true
,
headers
:
{
headers
:
{
tenant
:
'c
iis
'
tenant
:
'c
amp
'
}
}
},
},
html
:
`
html
:
`
...
@@ -377,7 +377,7 @@ export default class PlayerAction extends BaseACTION {
...
@@ -377,7 +377,7 @@ export default class PlayerAction extends BaseACTION {
attrs
:
{
attrs
:
{
multiple
:
true
,
multiple
:
true
,
headers
:
{
headers
:
{
tenant
:
'c
iis
'
tenant
:
'c
amp
'
}
}
},
},
html
:
`
html
:
`
...
...
src/api/base_api.js
浏览文件 @
737b3976
...
@@ -36,7 +36,7 @@ export default class API {
...
@@ -36,7 +36,7 @@ export default class API {
/* 具体执行请求失败后业务逻辑前,先执行该方法 */
/* 具体执行请求失败后业务逻辑前,先执行该方法 */
const
beforeFail
=
_config
.
beforeFail
?
_config
.
beforeFail
:
this
.
_reqFail
const
beforeFail
=
_config
.
beforeFail
?
_config
.
beforeFail
:
this
.
_reqFail
const
headers
=
{
const
headers
=
{
tenant
:
'c
iis
'
,
tenant
:
'c
amp
'
,
version
:
window
.
G
.
VERSION
,
version
:
window
.
G
.
VERSION
,
'Content-Type'
:
'application/x-www-form-urlencoded'
'Content-Type'
:
'application/x-www-form-urlencoded'
}
}
...
...
src/components/editor.vue
浏览文件 @
737b3976
...
@@ -37,7 +37,7 @@ export default {
...
@@ -37,7 +37,7 @@ export default {
height
:
400
,
height
:
400
,
uiColor
:
'#eeeeee'
,
uiColor
:
'#eeeeee'
,
filebrowserImageUploadUrl
:
'/api/ck/form/ckeditor-upload'
,
filebrowserImageUploadUrl
:
'/api/ck/form/ckeditor-upload'
,
fileTools_requestHeaders
:
{
tenant
:
'c
iis
'
},
fileTools_requestHeaders
:
{
tenant
:
'c
amp
'
},
// resize_enabled: typeof this.props.resizable === 'boolean' ? this.props.resizable : true,
// resize_enabled: typeof this.props.resizable === 'boolean' ? this.props.resizable : true,
toolbar
:
[
toolbar
:
[
// { name: 'document', items: ['Source', '-', 'Save', 'NewPage', 'Preview'] },
// { name: 'document', items: ['Source', '-', 'Save', 'NewPage', 'Preview'] },
...
...
src/modules/viewer/components/common/editor.vue
浏览文件 @
737b3976
...
@@ -37,7 +37,7 @@ export default {
...
@@ -37,7 +37,7 @@ export default {
height
:
400
,
height
:
400
,
uiColor
:
'#eeeeee'
,
uiColor
:
'#eeeeee'
,
filebrowserImageUploadUrl
:
'/api/ck/form/ckeditor-upload'
,
filebrowserImageUploadUrl
:
'/api/ck/form/ckeditor-upload'
,
fileTools_requestHeaders
:
{
tenant
:
'c
iis
'
},
fileTools_requestHeaders
:
{
tenant
:
'c
amp
'
},
// resize_enabled: typeof this.props.resizable === 'boolean' ? this.props.resizable : true,
// resize_enabled: typeof this.props.resizable === 'boolean' ? this.props.resizable : true,
toolbar
:
[
toolbar
:
[
// { name: 'document', items: ['Source', '-', 'Save', 'NewPage', 'Preview'] },
// { name: 'document', items: ['Source', '-', 'Save', 'NewPage', 'Preview'] },
...
...
src/pages/feedback/feedbackCreate.vue
浏览文件 @
737b3976
...
@@ -146,7 +146,7 @@ export default {
...
@@ -146,7 +146,7 @@ export default {
height
:
300
,
height
:
300
,
uiColor
:
'#eeeeee'
,
uiColor
:
'#eeeeee'
,
filebrowserImageUploadUrl
:
'/api/ck/form/ckeditor-upload'
,
filebrowserImageUploadUrl
:
'/api/ck/form/ckeditor-upload'
,
fileTools_requestHeaders
:
{
tenant
:
'c
iis
'
},
fileTools_requestHeaders
:
{
tenant
:
'c
amp
'
},
// resize_enabled: typeof this.props.resizable === 'boolean' ? this.props.resizable : true,
// resize_enabled: typeof this.props.resizable === 'boolean' ? this.props.resizable : true,
toolbar
:
[
toolbar
:
[
// { name: 'document', items: ['Source', '-', 'Save', 'NewPage', 'Preview'] },
// { name: 'document', items: ['Source', '-', 'Save', 'NewPage', 'Preview'] },
...
...
src/pages/learn/courseDetail.vue
浏览文件 @
737b3976
...
@@ -574,7 +574,7 @@ export default {
...
@@ -574,7 +574,7 @@ export default {
uiColor
:
'#eeeeee'
,
uiColor
:
'#eeeeee'
,
filebrowserImageUploadUrl
:
'/api/ck/form/ckeditor-upload'
,
filebrowserImageUploadUrl
:
'/api/ck/form/ckeditor-upload'
,
fileTools_requestHeaders
:
{
fileTools_requestHeaders
:
{
tenant
:
'c
iis
'
tenant
:
'c
amp
'
},
},
// resize_enabled: typeof this.props.resizable === 'boolean' ? this.props.resizable : true,
// resize_enabled: typeof this.props.resizable === 'boolean' ? this.props.resizable : true,
toolbar
:
[
toolbar
:
[
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论