diff --git a/src/pages-core/user/faq/data.ts b/src/pages-core/user/faq/data.ts
index 70eef22..d390aed 100644
--- a/src/pages-core/user/faq/data.ts
+++ b/src/pages-core/user/faq/data.ts
@@ -20,24 +20,28 @@ export interface FaqCategory {
/** FAQ 数据列表 */
export const faqList: FaqCategory[] = [
{
- icon: 'github-filled',
- title: '芋道问题',
+ icon: 'check-square-filled',
+ title: '保洁巡检业务问题',
childList: [
{
- title: '芋道开源吗?',
- content: '开源,基于 MIT 协议,可免费商用。',
+ title: '巡检的标准是什么?',
+ content: '巡检遵循“目视、触碰、复核”三步法,针对不同区域(如洗手间、大堂、办公区)有具体的评分细则,详见“巡检标准指引”模块。',
},
{
- title: '芋道可以商用吗?',
- content: '可以,芋道采用 MIT 开源协议,允许商业使用。',
+ title: '发现卫生不合格如何处理?',
+ content: '在巡检页面点击“异常上报”,拍摄现状照片,系统会自动生成并指派整改工单至对应保洁员,要求在限定时间内完成复核。',
},
{
- title: '芋道官网地址多少?',
- content: 'https://www.iocoder.cn',
+ title: '地下室或盲区无网络怎么办?',
+ content: '系统支持“离线巡检”功能。在无网环境下,数据会暂存在本地缓存中,待设备恢复网络连接后将自动同步至后台。',
},
{
- title: '芋道文档地址多少?',
- content: 'https://doc.iocoder.cn',
+ title: '巡检报表支持导出吗?',
+ content: '支持。前往“数据中心”模块,可按日、周、月维度筛选数据,并支持导出为 PDF 或 Excel 格式进行存档或汇报。',
+ },
+ {
+ title: '可以自定义巡检路线吗?',
+ content: '可以。管理员可在“后台配置-巡检点位”中,根据实际空间布局自由组合巡检点,并设置巡检频率与检查项。',
},
],
},
diff --git a/src/pages-core/user/settings/agreement/index.vue b/src/pages-core/user/settings/agreement/index.vue
index 9fe1273..4d97879 100644
--- a/src/pages-core/user/settings/agreement/index.vue
+++ b/src/pages-core/user/settings/agreement/index.vue
@@ -20,7 +20,7 @@
一、总则
- 1.1 欢迎使用芋道移动端应用(以下简称"本应用")。在使用本应用前,请您仔细阅读本协议。
+ 1.1 欢迎使用AIOT移动端应用(以下简称"本应用")。在使用本应用前,请您仔细阅读本协议。
1.2 您在使用本应用时,即表示您已充分阅读、理解并接受本协议的全部内容,并与本应用达成协议。
@@ -115,6 +115,7 @@ definePage({
navigationBarTitleText: '',
navigationStyle: 'custom',
},
+ excludeLoginPath: true,
})
/** 返回上一页 */
diff --git a/src/pages-core/user/settings/index.vue b/src/pages-core/user/settings/index.vue
index 854197f..2344f77 100644
--- a/src/pages-core/user/settings/index.vue
+++ b/src/pages-core/user/settings/index.vue
@@ -17,7 +17,7 @@
src="/static/logo.svg"
mode="aspectFit"
/>
- 芋道移动端
+ AIOT移动端
@@ -57,7 +57,7 @@
Copyright © 2026 iocoder.cn All Rights Reserved.
- 芋道源码
+ 华之万梁
diff --git a/src/pages-core/user/settings/privacy/index.vue b/src/pages-core/user/settings/privacy/index.vue
index 1c8cf5b..671c530 100644
--- a/src/pages-core/user/settings/privacy/index.vue
+++ b/src/pages-core/user/settings/privacy/index.vue
@@ -20,7 +20,7 @@
引言
- 芋道移动端(以下简称"我们")非常重视用户的隐私和个人信息保护。本隐私政策旨在向您说明我们如何收集、使用、存储和保护您的个人信息。请您在使用我们的服务前,仔细阅读并理解本隐私政策。
+ AIOT移动端(以下简称"我们")非常重视用户的隐私和个人信息保护。本隐私政策旨在向您说明我们如何收集、使用、存储和保护您的个人信息。请您在使用我们的服务前,仔细阅读并理解本隐私政策。
@@ -127,10 +127,10 @@
如果您对本隐私政策有任何疑问、意见或建议,请通过以下方式联系我们:
- 邮箱:7685413@qq.com
+ 邮箱:sickone075@gmail.com
- 电话:400-999-9999
+ 电话:4001515151
@@ -150,6 +150,7 @@ definePage({
navigationBarTitleText: '',
navigationStyle: 'custom',
},
+ excludeLoginPath: true,
})
/** 返回上一页 */
diff --git a/src/pages/user/index.vue b/src/pages/user/index.vue
index 688f8a6..bd86ddb 100644
--- a/src/pages/user/index.vue
+++ b/src/pages/user/index.vue
@@ -92,7 +92,7 @@
-
+
AIOT v1.0.0