Commit 7165444e authored by 罗成兵's avatar 罗成兵

获取用户信息

parent 570eee4c
......@@ -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") {
......
......@@ -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');
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment