From e3e6a984ee20e3a77852442b68ddb1d887e2e769 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Fri, 26 Dec 2025 18:05:34 +0800
Subject: [PATCH] Merge branch 'feature/v9.0/9.0.3' into prod
---
src/App.vue | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index 83a564a..5101c82 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,12 +1,12 @@
<script setup>
-import {onHide, onLaunch, onShow} from "@dcloudio/uni-app";
-import {useAppStore, useUserStore} from "@/store";
-import {useGlobalWS} from "@/hooks/useGlobalWS.js";
+import { onHide, onLaunch, onShow } from "@dcloudio/uni-app";
+import { useAppStore, useUserStore } from "@/store";
+import { useGlobalWS } from "@/hooks/useGlobalWS.js";
const appStore = useAppStore();
const userStore = useUserStore();
-useGlobalWS()
+useGlobalWS();
onShow(() => {
console.log("App Show");
@@ -23,7 +23,7 @@
//不存在则跳转至登录页
uni.reLaunch({
url: "/pages/login/index",
- })
+ });
}
});
</script>
@@ -41,7 +41,7 @@
}
page {
- background-image: url('~@/static/images/user/bg.png');
+ background-image: url("https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_app_assets/images/user/bg.png");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
--
Gitblit v1.9.3