diff --git a/src/config.js b/src/config.js
index ff19d72..f8385fa 100644
--- a/src/config.js
+++ b/src/config.js
@@ -12,17 +12,17 @@ const config = {
// 应用版本
version: "1.1.0",
// 应用logo
- logo: "/static/intc.jpg",
+ logo: "/static/logo.jpg",
// 官方网站
site_url: "http://www.qdintc.com",
// 政策协议
agreements: [{
title: "隐私政策",
- url: "https://ruoyi.vip/protocol.html"
+ url: "http://qdintc.com/static/protocol.html"
},
{
title: "用户服务协议",
- url: "https://ruoyi.vip/protocol.html"
+ url: "http://qdintc.com/static/protocol.html"
}
]
}
diff --git a/src/pages/login.vue b/src/pages/login.vue
index dccf003..685ffcf 100644
--- a/src/pages/login.vue
+++ b/src/pages/login.vue
@@ -39,8 +39,10 @@
立即注册
- 登录即代表同意
- 《隐私协议》
+
+ 官方网站
+
+ 用户服务协议
@@ -152,11 +154,11 @@ function rememberMeChange(){
rememberMe.value = !rememberMe.value;
}
-// 隐私协议
-function handlePrivacy() {
- let site = globalConfig.value.appInfo.agreements[0];
+// 官方网址
+function handleWebsite() {
+ let site = globalConfig.value.appInfo.site_url;
uni.navigateTo({
- url: `/pages/common/webview/index?title=${site.title}&url=${site.url}`
+ url: `/pages/common/webview/index?title=智聪网络科技官网&url=${site}`
});
};
// 用户协议
diff --git a/src/pages/mine.vue b/src/pages/mine.vue
index 1e02b3c..675f332 100644
--- a/src/pages/mine.vue
+++ b/src/pages/mine.vue
@@ -29,7 +29,7 @@
- 企业微信
+ 官方公众号
@@ -152,10 +152,10 @@ function handleAbout() {
};
function handleJiaoLiuQun() {
uni.showToast({
- title: '17753252359',
+ title: 'intc126',
mask: false,
icon: "none",
- duration: 1000
+ duration: 5000
});
};
function handleBuilding() {
@@ -168,10 +168,10 @@ function handleBuilding() {
}
function handleService() {
uni.showToast({
- title: '请电联:17753252359~',
+ title: '请电联或加客服微信:17753252359',
mask: false,
icon: "none",
- duration: 1000
+ duration: 5000
});
}
function handleUs() {
diff --git a/src/pages_mine/pages/about/index.vue b/src/pages_mine/pages/about/index.vue
index 907318d..aa2828a 100644
--- a/src/pages_mine/pages/about/index.vue
+++ b/src/pages_mine/pages/about/index.vue
@@ -1,9 +1,9 @@
@@ -38,7 +38,7 @@
- Copyright © 2024 智聪科技 All Rights Reserved.
+ Copyright © 2025 智聪网络科技 All Rights Reserved.
@@ -47,7 +47,7 @@
import config from '@/config.js'
const url=config.appInfo.site_url;
const version=config.appInfo.version;
-
+