diff --git a/src/constant/index.js b/src/constant/index.js
index 644a8da..b690249 100644
--- a/src/constant/index.js
+++ b/src/constant/index.js
@@ -80,6 +80,8 @@ export const SECTION_TITLE = {
};
/** 运营信息 */
+export const LOGO_URL =
+ "https://one-feel-image-bucket.oss-cn-chengdu.aliyuncs.com/mp/static/longli/logo.png";
export const CUSTOMER_SERVICE_PHONE = "0854-5630880";
export const CUSTOMER_SERVICE_TIME = "09:00 - 18:00";
export const OPERATOR_NAME = "智念科技";
diff --git a/src/pages-sub/about/index.vue b/src/pages-sub/about/index.vue
index 7bd5e2e..5cf5880 100644
--- a/src/pages-sub/about/index.vue
+++ b/src/pages-sub/about/index.vue
@@ -9,6 +9,7 @@ import {
APP_VERSION_FULL,
CUSTOMER_SERVICE_PHONE,
CUSTOMER_SERVICE_TIME,
+ LOGO_URL,
OPERATOR_NAME,
} from "@/constant";
import contentApi from "@/api/content";
@@ -49,7 +50,7 @@ onShareAppMessage(() => ({
-
+
龙里文旅
{{ APP_VERSION_FULL }}
diff --git a/src/pages/login/index.vue b/src/pages/login/index.vue
index ca51d4c..2af4437 100644
--- a/src/pages/login/index.vue
+++ b/src/pages/login/index.vue
@@ -7,6 +7,7 @@
import { computed, ref } from "vue";
import { onLoad } from "@dcloudio/uni-app";
import { useUserStore } from "@/store";
+import { LOGO_URL } from "@/constant";
import { goAfterLogin, goAgreement, goBack } from "@/utils/nav";
const userStore = useUserStore();
@@ -87,7 +88,7 @@ const toggleAgree = () => {
-
+
龙里文旅
一图玩转龙里 · 领权益畅游全域
diff --git a/src/static/logo.png b/src/static/logo.png
deleted file mode 100644
index 85fd05e..0000000
Binary files a/src/static/logo.png and /dev/null differ