Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sup-server
Project
Project
Details
Activity
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
Administrator
sup-server
Commits
3280896c
Commit
3280896c
authored
Nov 22, 2022
by
liaoxingda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修复
parent
8e5dc3fd
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
703 additions
and
272 deletions
+703
-272
.gitignore
.gitignore
+5
-0
login.js
dsk-srm-server/src/api/login.js
+4
-1
login.vue
dsk-srm-server/src/login.vue
+227
-223
register.vue
dsk-srm-server/src/register.vue
+467
-48
No files found.
.gitignore
0 → 100644
View file @
3280896c
################################################################################
# 此 .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建。
################################################################################
/dsk-srm-server/.vs
dsk-srm-server/src/api/login.js
View file @
3280896c
...
...
@@ -58,7 +58,10 @@ export const getCategoryList = (data) => network({
export
const
uploadFile
=
(
data
)
=>
network
({
url
:
"/file/uploadFile"
,
method
:
"post"
,
data
data
,
headers
:
{
'Content-Type'
:
'multipart/form-data'
},
});
export
const
register
=
(
data
)
=>
network
({
...
...
dsk-srm-server/src/login.vue
View file @
3280896c
This diff is collapsed.
Click to expand it.
dsk-srm-server/src/register.vue
View file @
3280896c
This diff is collapsed.
Click to expand it.
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