Browse Source

upload

master
HolyKnightIX 1 year ago
parent
commit
223a698165
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      miniprogram/app.js
  2. +1
    -1
      project.private.config.json

+ 1
- 1
miniprogram/app.js View File

@@ -88,7 +88,7 @@ App({
res.data.validEndTime = res.data.validEndTime ? timestampToTime(res.data.validEndTime, 'YYYY-MM-DD hh:mm:ss') : ''
const userInfo = res.data
that.globalData.userInfo = userInfo
getWxToken(res.data.secret)
// getWxToken(res.data.secret)
// 请求完成后的回调,在index.js中调用防止异步
that.userInfoCallback(res)
}).catch(err => {


+ 1
- 1
project.private.config.json View File

@@ -3,7 +3,7 @@
"projectname": "GPT-Agent",
"setting": {
"compileHotReLoad": true,
"urlCheck": false
"urlCheck": true
},
"libVersion": "2.31.0",
"condition": {


Loading…
Cancel
Save