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
0506ce59
Commit
0506ce59
authored
Oct 09, 2019
by
IvyXia123
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
期数
parent
ac5d6c1b
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
index.html
dist/index.html
+1
-1
app.a50c582d1fe8aab7ca0b.js
dist/static/js/app.a50c582d1fe8aab7ca0b.js
+0
-1
app.dcbfe59eb3d83cba8465.js
dist/static/js/app.dcbfe59eb3d83cba8465.js
+1
-0
api.js
src/service/api.js
+3
-3
No files found.
dist/index.html
View file @
0506ce59
...
@@ -11,4 +11,4 @@
...
@@ -11,4 +11,4 @@
position
:
fixed
;
position
:
fixed
;
background
:
#f4f4f4
;
background
:
#f4f4f4
;
}
}
/* html{font-size: 1px;} */
</style><link
href=
static/css/app.419a340d5d99fa41c7715c7b65489c6f.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/js/manifest.54f74f9b84bcd0c16dd7.js
></script><script
type=
text/javascript
src=
static/js/vendor.0c1d6ebbba685002d59c.js
></script><script
type=
text/javascript
src=
static/js/app.a50c582d1fe8aab7ca0b.js
></script></body></html>
/* html{font-size: 1px;} */
</style><link
href=
static/css/app.419a340d5d99fa41c7715c7b65489c6f.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/js/manifest.54f74f9b84bcd0c16dd7.js
></script><script
type=
text/javascript
src=
static/js/vendor.0c1d6ebbba685002d59c.js
></script><script
type=
text/javascript
src=
static/js/app.dcbfe59eb3d83cba8465.js
></script></body></html>
\ No newline at end of file
\ No newline at end of file
dist/static/js/app.a50c582d1fe8aab7ca0b.js
deleted
100644 → 0
View file @
ac5d6c1b
This diff is collapsed.
Click to expand it.
dist/static/js/app.dcbfe59eb3d83cba8465.js
0 → 100644
View file @
0506ce59
This diff is collapsed.
Click to expand it.
src/service/api.js
View file @
0506ce59
...
@@ -403,9 +403,9 @@ export const getNotifyApi = function (periods_id) {
...
@@ -403,9 +403,9 @@ export const getNotifyApi = function (periods_id) {
};
};
// 判断活动
// 判断活动
const
getJudgeActivityUrl
=
`
${
_baseUrl
}
api/client/judge/activity`
const
getJudgeActivityUrl
=
`
${
_baseUrl
}
api/client/judge/activity
/
`
export
const
getJudgeActivityApi
=
function
()
{
export
const
getJudgeActivityApi
=
function
(
periods_id
)
{
return
Vue
.
prototype
.
$fetch
(
getJudgeActivityUrl
)
return
Vue
.
prototype
.
$fetch
(
`
${
getJudgeActivityUrl
}${
periods_id
}
`
)
};
};
// 打卡数据
// 打卡数据
...
...
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