修改logo
This commit is contained in:
parent
b26b91d4c8
commit
8c7eec9950
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "若依移动端",
|
||||
"appid" : "__UNI__73D07BD",
|
||||
"appid" : "__UNI__1863D69",
|
||||
"description" : "",
|
||||
"versionName" : "1.2.0",
|
||||
"versionCode" : "100",
|
||||
@ -61,19 +61,20 @@
|
||||
"devServer" : {
|
||||
"port" : 30088,
|
||||
"https" : false
|
||||
// "proxy": {
|
||||
// "/prod-api": {
|
||||
// "target": "http://192.168.0.3:18090/",
|
||||
// "changeOrigin": true,
|
||||
// "secure": false,
|
||||
// "pathRewrite": { "^/prod-api": "/" },
|
||||
// "headers": {
|
||||
// "Origin": "http://192.168.0.3:18090/",
|
||||
// "Referer": "http://192.168.0.3:18090/"
|
||||
// },
|
||||
// "cookieDomainRewrite": "localhost"
|
||||
// }
|
||||
// }
|
||||
// "proxy" : {
|
||||
// "/prod-api" : {
|
||||
// "target" : "http://192.168.0.3:18090/",
|
||||
// "changeOrigin" : true,
|
||||
// "secure" : false,
|
||||
// "pathRewrite" : {
|
||||
// "^/prod-api" : "/"
|
||||
// },
|
||||
// "headers" : {
|
||||
// "Origin" : "http://192.168.0.3:18090/",
|
||||
// "Referer" : "http://192.168.0.3:18090/"
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
},
|
||||
"title" : "RuoYi-App",
|
||||
"router" : {
|
||||
|
||||
@ -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">
|
||||
|
||||
@ -102,19 +102,23 @@
|
||||
}
|
||||
|
||||
function handleToAvatar() {
|
||||
proxy.$tab.navigateTo('/pages/mine/avatar/index')
|
||||
proxy.$modal.showToast('模块建设中~')
|
||||
// proxy.$tab.navigateTo('/pages/mine/avatar/index')
|
||||
}
|
||||
|
||||
function handleHelp() {
|
||||
proxy.$tab.navigateTo('/pages/mine/help/index')
|
||||
proxy.$modal.showToast('模块建设中~')
|
||||
// proxy.$tab.navigateTo('/pages/mine/help/index')
|
||||
}
|
||||
|
||||
function handleAbout() {
|
||||
proxy.$tab.navigateTo('/pages/mine/about/index')
|
||||
proxy.$modal.showToast('模块建设中~')
|
||||
// proxy.$tab.navigateTo('/pages/mine/about/index')
|
||||
}
|
||||
|
||||
function handleJiaoLiuQun() {
|
||||
proxy.$modal.showToast('QQ群:①133713780(满)、②146013835(满)、③189091635')
|
||||
proxy.$modal.showToast('模块建设中~')
|
||||
// proxy.$modal.showToast('QQ群:①133713780(满)、②146013835(满)、③189091635')
|
||||
}
|
||||
|
||||
function handleBuilding() {
|
||||
|
||||
@ -34,37 +34,37 @@
|
||||
</view>
|
||||
</uni-grid-item>
|
||||
<uni-grid-item>
|
||||
<view class="grid-item-box">
|
||||
<view class="grid-item-box" @click="jiansheing">
|
||||
<uni-icons type="staff-filled" size="30"></uni-icons>
|
||||
<text class="text">角色管理</text>
|
||||
</view>
|
||||
</uni-grid-item>
|
||||
<uni-grid-item>
|
||||
<view class="grid-item-box">
|
||||
<view class="grid-item-box" @click="jiansheing">
|
||||
<uni-icons type="color" size="30"></uni-icons>
|
||||
<text class="text">菜单管理</text>
|
||||
</view>
|
||||
</uni-grid-item>
|
||||
<uni-grid-item>
|
||||
<view class="grid-item-box">
|
||||
<view class="grid-item-box" @click="jiansheing">
|
||||
<uni-icons type="settings-filled" size="30"></uni-icons>
|
||||
<text class="text">部门管理</text>
|
||||
</view>
|
||||
</uni-grid-item>
|
||||
<uni-grid-item>
|
||||
<view class="grid-item-box">
|
||||
<view class="grid-item-box" @click="jiansheing">
|
||||
<uni-icons type="heart-filled" size="30"></uni-icons>
|
||||
<text class="text">岗位管理</text>
|
||||
</view>
|
||||
</uni-grid-item>
|
||||
<uni-grid-item>
|
||||
<view class="grid-item-box">
|
||||
<view class="grid-item-box" @click="jiansheing">
|
||||
<uni-icons type="bars" size="30"></uni-icons>
|
||||
<text class="text">字典管理</text>
|
||||
</view>
|
||||
</uni-grid-item>
|
||||
<uni-grid-item>
|
||||
<view class="grid-item-box">
|
||||
<view class="grid-item-box" @click="jiansheing">
|
||||
<uni-icons type="gear-filled" size="30"></uni-icons>
|
||||
<text class="text">参数设置</text>
|
||||
</view>
|
||||
@ -92,7 +92,7 @@
|
||||
const { proxy } = getCurrentInstance()
|
||||
const current = ref(0)
|
||||
const swiperDotIndex = ref(0)
|
||||
const data = ref([{ image: '/static/images/banner/banner01.jpg' }, { image: '/static/images/banner/banner02.jpg' }, { image: '/static/images/banner/banner03.jpg' }])
|
||||
const data = ref([{ image: '/static/images/banner/banner02.jpg' }, { image: '/static/images/banner/banner03.jpg' }])
|
||||
|
||||
function clickBannerItem(item) {
|
||||
console.info(item)
|
||||
@ -105,7 +105,9 @@
|
||||
function changeGrid(e) {
|
||||
// proxy.$modal.showToast('模块建设中~')
|
||||
}
|
||||
|
||||
function jiansheing(e) {
|
||||
proxy.$modal.showToast('模块建设中~')
|
||||
}
|
||||
|
||||
const gotoBusiness = () =>{
|
||||
uni.navigateTo({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user