You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

1 lines
508 B

"use strict";const e=require("../../common/vendor.js"),o={__name:"userInfo",setup(o){const n=()=>{e.index.showModal({title:"提示",content:"确定要退出登录吗?",success:o=>{o.confirm&&(e.index.removeStorageSync("isLogin"),e.index.redirectTo({url:"/pages/login/login"}))}})};return e.onShow((()=>{const o=e.index.getStorageSync("isLogin");console.log(o),o||e.index.redirectTo({url:"/pages/login/login"})})),(o,i)=>({a:e.o(n)})}},n=e._export_sfc(o,[["__scopeId","data-v-c8242f0d"]]);wx.createPage(n);