|
|
@@ -16,10 +16,10 @@ export default {
|
|
|
uni.setStorageSync('account', extConfig.account)
|
|
|
// #endif
|
|
|
// 开发
|
|
|
- // if (process.env.NODE_ENV == 'development') {
|
|
|
+ if (process.env.NODE_ENV == 'development') {
|
|
|
// uni.setStorageSync('token', 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiIsImp0aSI6IjBfMTI1NDM3NDUifQ.eyJpc3MiOiJodHRwczpcL1wvYXBpLmIuaHVhbWwuY29tIiwiYXVkIjoiaHR0cHM6XC9cL2FwaS5iLmh1YW1sLmNvbSIsImp0aSI6IjBfMTI1NDM3NDUiLCJpYXQiOjE1ODA3MTA1NjEsIm5iZiI6MTU4MDcxMDU2MSwiZXhwIjoxNTg5MzUwNTYxLCJ1bmlxdWVJZCI6IjEyNTQzNzQ1Iiwic291cmNlSWQiOjB9.kHrIKm0MUOnX8fCDjOXwd7wQ4jOSEV8gvwR4H4hn_hQ')
|
|
|
- uni.setStorageSync('account', '12362')
|
|
|
- // }
|
|
|
+ uni.setStorageSync('account', '12362')
|
|
|
+ }
|
|
|
},
|
|
|
onShow() {
|
|
|
// this.isLogin()
|