Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
h5-base
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
new-sing
h5-base
Commits
0e655ff6
Commit
0e655ff6
authored
Jun 13, 2019
by
chenyishuai@singsingenglish.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
613
parent
3612f34f
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
index.html
dev/index.html
+1
-1
app.2f591ba7885a8e6ce999.js
dev/static/2019061315/js/app.2f591ba7885a8e6ce999.js
+1
-0
app.b3a9e089769fd10f5a53.js
dev/static/2019061315/js/app.b3a9e089769fd10f5a53.js
+0
-1
api.js
src/service/api.js
+1
-1
No files found.
dev/index.html
View file @
0e655ff6
...
...
@@ -6,4 +6,4 @@
overflow
:
hidden
;
position
:
fixed
;
background
:
#f4f4f4
;
}
</style><link
href=
static/2019061315/css/app.3c0ad5f24e07150c06bc3b21fbd29d4b.css
rel=
stylesheet
></head><body><div
id=
app
></div><script
src=
https://res.wx.qq.com/open/js/jweixin-1.3.2.js
></script><script></script><script
type=
text/javascript
src=
static/2019061315/js/manifest.1f9fa92e3921ee27fddd.js
></script><script
type=
text/javascript
src=
static/2019061315/js/vendor.1396ea78033e4259211e.js
></script><script
type=
text/javascript
src=
static/2019061315/js/app.b3a9e089769fd10f5a53.js
></script></body></html>
\ No newline at end of file
}
</style><link
href=
static/2019061315/css/app.3c0ad5f24e07150c06bc3b21fbd29d4b.css
rel=
stylesheet
></head><body><div
id=
app
></div><script
src=
https://res.wx.qq.com/open/js/jweixin-1.3.2.js
></script><script></script><script
type=
text/javascript
src=
static/2019061315/js/manifest.1f9fa92e3921ee27fddd.js
></script><script
type=
text/javascript
src=
static/2019061315/js/vendor.1396ea78033e4259211e.js
></script><script
type=
text/javascript
src=
static/2019061315/js/app.2f591ba7885a8e6ce999.js
></script></body></html>
\ No newline at end of file
dev/static/2019061315/js/app.2f591ba7885a8e6ce999.js
0 → 100644
View file @
0e655ff6
This diff is collapsed.
Click to expand it.
dev/static/2019061315/js/app.b3a9e089769fd10f5a53.js
deleted
100644 → 0
View file @
3612f34f
This diff is collapsed.
Click to expand it.
src/service/api.js
View file @
0e655ff6
...
...
@@ -236,7 +236,7 @@ const getCourseInfoUrl =`/api/client/user/course/info`;
export
const
getCourseInfoApi
=
function
(
periods_id
)
{
// periods_id=12
// debugger
return
periods_id
?
Vue
.
prototype
.
$fetch
(
getCourseInfoUrl
+
'
?periods_id=
'
+
periods_id
):
Vue
.
prototype
.
$fetch
(
getCourseInfoUrl
)
return
periods_id
?
Vue
.
prototype
.
$fetch
(
getCourseInfoUrl
+
'
/
'
+
periods_id
):
Vue
.
prototype
.
$fetch
(
getCourseInfoUrl
)
};
// 宝宝昵称设置
const
putBabyInfoUrl
=
`/api/client/me/set`
;
...
...
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