Browse Source

绑定跳转首页

voice
刘嘉炜 4 years ago
parent
commit
679c77dcf5
  1. 4
      src/js/api.js
  2. 6
      src/pages/admin_bind/admin_bind.vue

4
src/js/api.js

@ -1,5 +1,5 @@
// export const ORIGIN = `http://testmanager.ouxuanzhineng.cn`; // 测试
export const ORIGIN = `https://minimanage.ouxuanzhineng.cn`; // 正式
export const ORIGIN = `http://testmanager.ouxuanzhineng.cn`; // 测试
// export const ORIGIN = `https://minimanage.ouxuanzhineng.cn`; // 正式
export const API = { export const API = {
wechatMiniAppLoginAndSync:`${ORIGIN}/user/wechatMiniAppLoginAndSync`, // 小程序授权 wechatMiniAppLoginAndSync:`${ORIGIN}/user/wechatMiniAppLoginAndSync`, // 小程序授权

6
src/pages/admin_bind/admin_bind.vue

@ -83,9 +83,9 @@ export default {
util.showNone(res.data.message || '操作成功!'); util.showNone(res.data.message || '操作成功!');
// uni.setStorageSync('token', _data.token); // uni.setStorageSync('token', _data.token);
// setTimeout(_=>{
// this.isLogin = app.isLogin();
// }, 1200);
setTimeout(_=>{
util.routeTo(`/pages/index/index`,'rL');
}, 1200);
}else{ }else{
util.showNone(res.data.message || '操作失败!'); util.showNone(res.data.message || '操作失败!');
} }

Loading…
Cancel
Save