From a7611313ff2c86d2a283bb535c34c1019b0177f2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rhett=E9=9C=8D?= <741354752@qq.com>
Date: Thu, 19 Mar 2026 15:51:07 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=8D=E7=A7=B0=E8=8B=A5?=
=?UTF-8?q?=E4=BE=9D=E6=94=B9=E4=B8=BA=E5=A4=A7=E5=86=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
LICENSE | 2 +-
manifest.json | 2 +-
pages/login.vue | 10 ++++++++++
pages/mine/about/index.vue | 2 +-
pages/mine/help/index.vue | 10 +++++-----
pages/register.vue | 2 +-
6 files changed, 19 insertions(+), 9 deletions(-)
diff --git a/LICENSE b/LICENSE
index 2c46dba..6cc4818 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2022 若依
+Copyright (c) 2022 大冢APS Ultra管理平台
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/manifest.json b/manifest.json
index 234b157..0985633 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,5 +1,5 @@
{
- "name": "若依移动端",
+ "name": "大冢APS Ultra管理平台移动端",
"appid": "__UNI__1863D69",
"description": "",
"versionName": "1.2.0",
diff --git a/pages/login.vue b/pages/login.vue
index 3a3fbf9..4401d80 100644
--- a/pages/login.vue
+++ b/pages/login.vue
@@ -60,6 +60,16 @@
uuid: ""
})
+import { onShow } from "@dcloudio/uni-app"
+
+// 页面每次显示时都会执行
+onShow(() => {
+ // #ifdef H5
+ const currentUrl = window.location.href
+ alert('当前URL:' + currentUrl)
+ // #endif
+})
+
// 切换密码可见性
function togglePasswordVisible() {
passwordVisible.value = !passwordVisible.value
diff --git a/pages/mine/about/index.vue b/pages/mine/about/index.vue
index 205ada6..2fbdc35 100644
--- a/pages/mine/about/index.vue
+++ b/pages/mine/about/index.vue
@@ -3,7 +3,7 @@
diff --git a/pages/mine/help/index.vue b/pages/mine/help/index.vue
index bc2399b..c3acd9d 100644
--- a/pages/mine/help/index.vue
+++ b/pages/mine/help/index.vue
@@ -22,18 +22,18 @@
const list = ref([{
icon: 'iconfont icon-github',
- title: '若依问题',
+ title: '大冢APS Ultra管理平台问题',
childList: [{
- title: '若依开源吗?',
+ title: '大冢APS Ultra管理平台开源吗?',
content: '开源'
}, {
- title: '若依可以商用吗?',
+ title: '大冢APS Ultra管理平台可以商用吗?',
content: '可以'
}, {
- title: '若依官网地址多少?',
+ title: '大冢APS Ultra管理平台官网地址多少?',
content: 'http://ruoyi.vip'
}, {
- title: '若依文档地址多少?',
+ title: '大冢APS Ultra管理平台文档地址多少?',
content: 'http://doc.ruoyi.vip'
}]
},
diff --git a/pages/register.vue b/pages/register.vue
index a791c87..c19ad13 100644
--- a/pages/register.vue
+++ b/pages/register.vue
@@ -3,7 +3,7 @@
- 若依移动端注册
+ 大冢APS Ultra管理平台移动端注册