Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tea-resources-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
tea-resources-web
Commits
1c1e7513
Commit
1c1e7513
authored
Jul 22, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改
parent
0de8c437
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
request.js
src/utils/request.js
+1
-1
courseCatalogues.vue
...s/courseInformation/courseManagement/courseCatalogues.vue
+2
-2
login.vue
src/views/login/login.vue
+1
-1
No files found.
src/utils/request.js
View file @
1c1e7513
...
@@ -13,7 +13,7 @@ const service = axios.create({
...
@@ -13,7 +13,7 @@ const service = axios.create({
// axios中请求配置有baseURL选项,表示请求URL公共部分
// axios中请求配置有baseURL选项,表示请求URL公共部分
baseURL
:
process
.
env
.
VUE_APP_BASE_API
,
baseURL
:
process
.
env
.
VUE_APP_BASE_API
,
// 超时
// 超时
timeout
:
3
00000
timeout
:
12
00000
// headers: { 'clientType': 'fy_authority' }
// headers: { 'clientType': 'fy_authority' }
})
})
// let loadingInstance = ''
// let loadingInstance = ''
...
...
src/views/courseInformation/courseManagement/courseCatalogues.vue
View file @
1c1e7513
...
@@ -253,7 +253,7 @@
...
@@ -253,7 +253,7 @@
<i
class=
"close"
title=
"删除该节"
@
click=
"delSec(itemChild.businessId)"
/>
<i
class=
"close"
title=
"删除该节"
@
click=
"delSec(itemChild.businessId)"
/>
<i
class=
"addplus"
title=
"添加子节"
@
click=
"addSubsegmentBefore(itemChild)"
/>
<i
class=
"addplus"
title=
"添加子节"
@
click=
"addSubsegmentBefore(itemChild)"
/>
<div
v-show=
"!hasChild(itemChild)"
style=
"display:inline-block;"
>
<div
v-show=
"!hasChild(itemChild)"
style=
"display:inline-block;"
>
<el-checkbox
v-model=
"itemChild.isAudition"
:true-label=
"'1'"
:false-label=
"'0'"
@
change=
"handleChangeIsAudition(itemChild,item)"
>
试听
</el-checkbox
>
<!--
<el-checkbox
v-model=
"itemChild.isAudition"
:true-label=
"'1'"
:false-label=
"'0'"
@
change=
"handleChangeIsAudition(itemChild,item)"
>
试听
</el-checkbox>
--
>
<el-checkbox
v-model=
"itemChild.isOnTrial"
:true-label=
"'1'"
:false-label=
"'0'"
@
change=
"handleChangeIsOnTrial(itemChild,item)"
>
试用
</el-checkbox>
<el-checkbox
v-model=
"itemChild.isOnTrial"
:true-label=
"'1'"
:false-label=
"'0'"
@
change=
"handleChangeIsOnTrial(itemChild,item)"
>
试用
</el-checkbox>
</div>
</div>
<!-- 资源按钮组 -->
<!-- 资源按钮组 -->
...
@@ -296,7 +296,7 @@
...
@@ -296,7 +296,7 @@
<i
v-show=
"subIndex!==itemChild.childList.length-1"
class=
"btnDown"
title=
"下移一节"
@
click=
"chapterDown(subItem.businessId,itemChild.businessId,subItem.sort)"
/>
<i
v-show=
"subIndex!==itemChild.childList.length-1"
class=
"btnDown"
title=
"下移一节"
@
click=
"chapterDown(subItem.businessId,itemChild.businessId,subItem.sort)"
/>
<i
class=
"close"
title=
"删除该节"
@
click=
"delSec(subItem.businessId)"
/>
<i
class=
"close"
title=
"删除该节"
@
click=
"delSec(subItem.businessId)"
/>
<div
style=
"display:inline-block;"
>
<div
style=
"display:inline-block;"
>
<el-checkbox
v-model=
"subItem.isAudition"
:true-label=
"'1'"
:false-label=
"'0'"
@
change=
"handleChangeIsAudition(subItem,itemChild)"
>
试听
</el-checkbox
>
<!--
<el-checkbox
v-model=
"subItem.isAudition"
:true-label=
"'1'"
:false-label=
"'0'"
@
change=
"handleChangeIsAudition(subItem,itemChild)"
>
试听
</el-checkbox>
--
>
<el-checkbox
v-model=
"subItem.isOnTrial"
:true-label=
"'1'"
:false-label=
"'0'"
@
change=
"handleChangeIsOnTrial(subItem,itemChild)"
>
试用
</el-checkbox>
<el-checkbox
v-model=
"subItem.isOnTrial"
:true-label=
"'1'"
:false-label=
"'0'"
@
change=
"handleChangeIsOnTrial(subItem,itemChild)"
>
试用
</el-checkbox>
</div>
</div>
<!-- 资源按钮组 -->
<!-- 资源按钮组 -->
...
...
src/views/login/login.vue
View file @
1c1e7513
...
@@ -251,7 +251,7 @@ export default {
...
@@ -251,7 +251,7 @@ export default {
this
.
$router
.
push
(
'/controlPlatform/control'
)
this
.
$router
.
push
(
'/controlPlatform/control'
)
}).
catch
(()
=>
{
}).
catch
(()
=>
{
this
.
loading
=
false
this
.
loading
=
false
this
.
verify
=
tru
e
this
.
verify
=
fals
e
if
(
this
.
captchaType
===
'MATH'
||
this
.
captchaType
===
'CHAR'
)
{
if
(
this
.
captchaType
===
'MATH'
||
this
.
captchaType
===
'CHAR'
)
{
this
.
getCode
()
this
.
getCode
()
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment