Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
campSite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨梦雪
campSite
Commits
a6db8045
Commit
a6db8045
authored
Aug 10, 2023
by
杨梦雪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
查看作业-
parent
118cf68e
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
494 additions
and
478 deletions
+494
-478
src/request/index/network.js
src/request/index/network.js
+0
-4
src/views/index/camp/Homework.vue
src/views/index/camp/Homework.vue
+248
-232
src/views/index/camp/Index.vue
src/views/index/camp/Index.vue
+245
-240
src/views/index/login/Login.vue
src/views/index/login/Login.vue
+1
-2
No files found.
src/request/index/network.js
View file @
a6db8045
...
...
@@ -41,11 +41,7 @@ instance.interceptors.request.use(
config
.
headers
[
"
Content-Type
"
]
=
"
application/x-www-form-urlencoded
"
;
}
// 调用接口请求添加token认证信息
// let token = localStorage.getItem("index-token");
const
token
=
localStorage
.
getItem
(
'
index-token
'
+
store
.
state
.
indexIdentity
)
//
config
.
headers
.
token
=
token
if
(
token
)
config
.
headers
.
authorization
=
token
;
return
config
;
...
...
src/views/index/camp/Homework.vue
View file @
a6db8045
This diff is collapsed.
Click to expand it.
src/views/index/camp/Index.vue
View file @
a6db8045
This diff is collapsed.
Click to expand it.
src/views/index/login/Login.vue
View file @
a6db8045
<
template
>
<
template
>
<div
class=
"container"
>
<div
class=
"title_Login"
>
<div
v-if=
"changeLogin == 1"
>
...
...
@@ -126,7 +126,6 @@ export default {
count
:
""
,
timer
:
null
,
codeTime
:
""
,
//手机验证码倒计时时间
isShowPwd
:
true
,
// 控制密码显示隐藏
loginForm
:
{
phone
:
null
,
password
:
null
,
...
...
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