|
@@ -103,7 +103,9 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
+ // #ifdef APP-PLUS
|
|
|
const jpushModule = uni.requireNativePlugin('JG-JPush')
|
|
|
+ // #endif
|
|
|
import * as base64 from "base-64"
|
|
|
import {getweChatLogin,getInfo,getweChatOpenid,getCodeImg,getCode,sendSmsOnly} from "@/api/login.js"
|
|
|
import {getUserProfile,updateUserProfile} from "@/api/system/user.js"
|
|
@@ -316,7 +318,7 @@
|
|
|
// 设置用户信息
|
|
|
var that=this;
|
|
|
// #ifdef APP-PLUS
|
|
|
- this.getRegistrationID()
|
|
|
+ // this.getRegistrationID()
|
|
|
// #endif
|
|
|
this.$store.dispatch('GetInfo').then(res => {
|
|
|
this.$tab.reLaunch('/pages/index/index')
|