WXL
6 天以前 1e95cb98b204ec397c93681df17b8c3008d45d28
unpackage/dist/dev/mp-weixin/stores/user.js
@@ -4,7 +4,7 @@
  const token = common_vendor.ref(null);
  const userInfo = common_vendor.ref(null);
  const roleKeyInfo = common_vendor.ref(null);
  const baseUrlHt = common_vendor.ref("http://www.qdopo.com:9095");
  const baseUrlHt = common_vendor.ref("http://www.qdopo.com");
  const isLoggedIn = common_vendor.computed(() => !!token.value);
  const userName = common_vendor.computed(() => {
    var _a;