no message
This commit is contained in:
@@ -604,7 +604,7 @@ const _routes = [
|
||||
meta: {},
|
||||
alias: [],
|
||||
redirect: void 0,
|
||||
component: () => import('./_nuxt/_id_-7b20g5lh.mjs').then((m) => m.default || m)
|
||||
component: () => import('./_nuxt/_id_-XHUUb29D.mjs').then((m) => m.default || m)
|
||||
},
|
||||
{
|
||||
name: "index.html",
|
||||
@@ -612,7 +612,7 @@ const _routes = [
|
||||
meta: {},
|
||||
alias: [],
|
||||
redirect: void 0,
|
||||
component: () => import('./_nuxt/index-DPHZ025u.mjs').then((m) => m.default || m)
|
||||
component: () => import('./_nuxt/index-ZokrIonF.mjs').then((m) => m.default || m)
|
||||
},
|
||||
{
|
||||
name: "index",
|
||||
@@ -628,7 +628,7 @@ const _routes = [
|
||||
meta: {},
|
||||
alias: [],
|
||||
redirect: void 0,
|
||||
component: () => import('./_nuxt/index-LDmsPkWL.mjs').then((m) => m.default || m)
|
||||
component: () => import('./_nuxt/index-YK34V6FS.mjs').then((m) => m.default || m)
|
||||
}
|
||||
];
|
||||
function generateRouteKey(route) {
|
||||
@@ -1048,6 +1048,7 @@ const _sfc_main$2 = {
|
||||
setup(__props) {
|
||||
useRoute();
|
||||
let isNeedLogin = ref(true);
|
||||
let isGetLoginState = ref(true);
|
||||
let userInfoWin = ref({});
|
||||
provide("userInfoWin", userInfoWin);
|
||||
const goLogin = () => {
|
||||
@@ -1055,6 +1056,7 @@ const _sfc_main$2 = {
|
||||
};
|
||||
provide("isNeedLogin", isNeedLogin);
|
||||
provide("goLogin", goLogin);
|
||||
provide("isGetLoginState", isGetLoginState);
|
||||
return (_ctx, _push, _parent, _attrs) => {
|
||||
const _component_RouterView = resolveComponent("RouterView");
|
||||
_push(`<!--[--><div id="append_parent"></div><div id="ajaxwaitid"></div>`);
|
||||
|
||||
Reference in New Issue
Block a user