修改名称若依改为大冢
This commit is contained in:
parent
58b8174e1e
commit
a7611313ff
2
LICENSE
2
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
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "若依移动端",
|
||||
"name": "大冢APS Ultra管理平台移动端",
|
||||
"appid": "__UNI__1863D69",
|
||||
"description": "",
|
||||
"versionName": "1.2.0",
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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">
|
||||
|
||||
@ -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'
|
||||
}]
|
||||
},
|
||||
|
||||
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user