update
This commit is contained in:
@@ -321,8 +321,8 @@ export const loadingBg = ref("#ffffff");
|
||||
|
||||
const initHtml = async () => {
|
||||
const routePath = localStorage.getItem("route");
|
||||
headerHtml.value = await loadHtml("/Static/header.html");
|
||||
footerHtml.value = await loadHtml("/Static/footer.html");
|
||||
headerHtml.value = await loadHtml("/Static_zy/header.html");
|
||||
footerHtml.value = await loadHtml("/Static_zy/footer.html");
|
||||
await router.push(routePath ? `/${routePath}` : "/phone");
|
||||
setTimeout(async () => {
|
||||
useLoadingStore().setLoading(false);
|
||||
|
||||
Reference in New Issue
Block a user