Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dg_dictation_config
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
template admin
dg_dictation_config
Commits
bab61186
Commit
bab61186
authored
Apr 14, 2023
by
liujiangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
d3286177
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
index.js
form/index.js
+1
-4
No files found.
form/index.js
View file @
bab61186
...
@@ -8,9 +8,6 @@ new Vue({
...
@@ -8,9 +8,6 @@ new Vue({
window
.
courseware
.
getData
((
checkedArr
)
=>
{
window
.
courseware
.
getData
((
checkedArr
)
=>
{
//数据加载完,才算页面加载完成
//数据加载完,才算页面加载完成
//获取数据
//获取数据
console
.
log
(
'
-----------------
'
);
console
.
log
(
checkedArr
);
console
.
log
(
'
-----------------
'
);
this
.
loadRows
(
checkedArr
||
[]);
this
.
loadRows
(
checkedArr
||
[]);
this
.
loadFaf
(
checkedArr
||
[]);
this
.
loadFaf
(
checkedArr
||
[]);
},
key
);
},
key
);
...
@@ -79,7 +76,7 @@ new Vue({
...
@@ -79,7 +76,7 @@ new Vue({
computed
:
{
computed
:
{
compDomain
:
function
()
{
compDomain
:
function
()
{
const
protocolStr
=
document
.
location
.
protocol
;
const
protocolStr
=
document
.
location
.
protocol
;
if
(
document
.
domain
.
indexOf
(
"
staging
-
"
)
<
0
&&
document
.
domain
!=
'
localhost
'
)
{
if
(
document
.
domain
.
indexOf
(
"
staging
"
)
<
0
&&
document
.
domain
!=
'
localhost
'
)
{
return
`
${
protocolStr
}
//openapi.iteachabc.com/`
;
return
`
${
protocolStr
}
//openapi.iteachabc.com/`
;
}
}
return
`
${
protocolStr
}
//staging-openapi.iteachabc.com/`
;
return
`
${
protocolStr
}
//staging-openapi.iteachabc.com/`
;
...
...
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