优化登录

master
Lee 2022-12-07 16:34:24 +08:00
parent 81129e442a
commit 315c0ee66d
6 changed files with 45 additions and 3 deletions

View File

@ -188,6 +188,7 @@
this.$requst.post('/api/v1/user/login',{code:code}).then(res => {
if(res.code == 0){
console.log(res,'进入登录信息');
uni.setStorageSync('token',res.data.token) //token
if(res.data.is_active==1){
this.isActive = true;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -327,6 +327,7 @@ var _default =
this.$requst.post('/api/v1/user/login', { code: code }).then(function (res) {
if (res.code == 0) {
console.log(res, '进入登录信息');
uni.setStorageSync('token', res.data.token); //缓存token
if (res.data.is_active == 1) {
_this5.isActive = true;
}

View File

@ -21,7 +21,31 @@
"libVersion": "2.25.4",
"appid": "wxf6f7c457ee92d2ac",
"projectname": "小区闲置",
"condition": {},
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"game": {
"current": -1,
"list": []
},
"miniprogram": {
"current": 0,
"list": [
{
"name": "",
"path": "",
"query": "",
"id": 0
}
]
}
},
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 2

View File

@ -0,0 +1,16 @@
{
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"condition": {
"miniprogram": {
"list": [
{
"name": "",
"pathName": "pages/login/login",
"query": "",
"launchMode": "default",
"scene": null
}
]
}
}
}