修改名称若依改为大冢

This commit is contained in:
Rhett霍 2026-03-19 15:51:07 +08:00
parent 58b8174e1e
commit a7611313ff
6 changed files with 19 additions and 9 deletions

View File

@ -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

View File

@ -1,5 +1,5 @@
{
"name": "若依移动端",
"name": "大冢APS Ultra管理平台移动端",
"appid": "__UNI__1863D69",
"description": "",
"versionName": "1.2.0",

View File

@ -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

View File

@ -3,7 +3,7 @@
<view class="header-section text-center">
<image style="width: 150rpx;height: 150rpx;" src="/static/logo200.png" mode="widthFix">
</image>
<uni-title type="h2" title="若依移动端"></uni-title>
<uni-title type="h2" title="大冢APS Ultra管理平台移动端"></uni-title>
</view>
<view class="content-section">

View File

@ -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'
}]
},

View File

@ -3,7 +3,7 @@
<view class="logo-content align-center justify-center flex">
<image style="width: 100rpx;height: 100rpx;" :src="globalConfig.appInfo.logo" mode="widthFix">
</image>
<text class="title">若依移动端注册</text>
<text class="title">大冢APS Ultra管理平台移动端注册</text>
</view>
<view class="login-form-content">
<view class="input-item flex align-center">