Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
folacin-front
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
ynby
folacin-front
Commits
7165444e
Commit
7165444e
authored
Jul 18, 2025
by
罗成兵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
获取用户信息
parent
570eee4c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
uploadImg.html
folacin-pc/public/uploadImg.html
+1
-1
Home.vue
folacin-pc/src/views/Home.vue
+1
-1
No files found.
folacin-pc/public/uploadImg.html
View file @
7165444e
...
...
@@ -220,7 +220,6 @@
})
return
}
loading
=
true
if
(
picList
.
length
==
0
)
{
layer
.
open
({
type
:
0
,
...
...
@@ -230,6 +229,7 @@
});
return
false
}
loading
=
true
let
data
=
new
FormData
();
let
url
=
'/v1/folacin-admin/sys-pictures-info/upload-img'
if
(
envName
==
"prod"
)
{
...
...
folacin-pc/src/views/Home.vue
View file @
7165444e
...
...
@@ -47,7 +47,7 @@ export default {
},
created
()
{
//获取妇幼权限和登录基本信息
let
cookieToken
=
"
d01df82b-efa3-47c9-9b41-6ceb730a16d2
"
;
let
cookieToken
=
"
be5dce5b-c8b6-4044-b80a-b06ae28403c5
"
;
if
(
process
.
env
.
NODE_ENV
!=
"dev"
)
{
cookieToken
=
getCookie
(
'bGNnd3lwdF9hdA'
);
}
...
...
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