修改logo
This commit is contained in:
parent
b26b91d4c8
commit
8c7eec9950
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name" : "若依移动端",
|
"name" : "若依移动端",
|
||||||
"appid" : "__UNI__73D07BD",
|
"appid" : "__UNI__1863D69",
|
||||||
"description" : "",
|
"description" : "",
|
||||||
"versionName" : "1.2.0",
|
"versionName" : "1.2.0",
|
||||||
"versionCode" : "100",
|
"versionCode" : "100",
|
||||||
@ -66,12 +66,13 @@
|
|||||||
// "target" : "http://192.168.0.3:18090/",
|
// "target" : "http://192.168.0.3:18090/",
|
||||||
// "changeOrigin" : true,
|
// "changeOrigin" : true,
|
||||||
// "secure" : false,
|
// "secure" : false,
|
||||||
// "pathRewrite": { "^/prod-api": "/" },
|
// "pathRewrite" : {
|
||||||
|
// "^/prod-api" : "/"
|
||||||
|
// },
|
||||||
// "headers" : {
|
// "headers" : {
|
||||||
// "Origin" : "http://192.168.0.3:18090/",
|
// "Origin" : "http://192.168.0.3:18090/",
|
||||||
// "Referer" : "http://192.168.0.3:18090/"
|
// "Referer" : "http://192.168.0.3:18090/"
|
||||||
// },
|
// }
|
||||||
// "cookieDomainRewrite": "localhost"
|
|
||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
},
|
},
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
<view class="logo-content align-center justify-center flex">
|
<view class="logo-content align-center justify-center flex">
|
||||||
<image style="width: 100rpx;height: 100rpx;" :src="globalConfig.appInfo.logo" mode="widthFix">
|
<image style="width: 100rpx;height: 100rpx;" :src="globalConfig.appInfo.logo" mode="widthFix">
|
||||||
</image>
|
</image>
|
||||||
<text class="title">若依移动端登录</text>
|
<text class="title">大冢APS Ultra管理平台</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="login-form-content">
|
<view class="login-form-content">
|
||||||
<view class="input-item flex align-center">
|
<view class="input-item flex align-center">
|
||||||
|
|||||||
@ -102,19 +102,23 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function handleToAvatar() {
|
function handleToAvatar() {
|
||||||
proxy.$tab.navigateTo('/pages/mine/avatar/index')
|
proxy.$modal.showToast('模块建设中~')
|
||||||
|
// proxy.$tab.navigateTo('/pages/mine/avatar/index')
|
||||||
}
|
}
|
||||||
|
|
||||||
function handleHelp() {
|
function handleHelp() {
|
||||||
proxy.$tab.navigateTo('/pages/mine/help/index')
|
proxy.$modal.showToast('模块建设中~')
|
||||||
|
// proxy.$tab.navigateTo('/pages/mine/help/index')
|
||||||
}
|
}
|
||||||
|
|
||||||
function handleAbout() {
|
function handleAbout() {
|
||||||
proxy.$tab.navigateTo('/pages/mine/about/index')
|
proxy.$modal.showToast('模块建设中~')
|
||||||
|
// proxy.$tab.navigateTo('/pages/mine/about/index')
|
||||||
}
|
}
|
||||||
|
|
||||||
function handleJiaoLiuQun() {
|
function handleJiaoLiuQun() {
|
||||||
proxy.$modal.showToast('QQ群:①133713780(满)、②146013835(满)、③189091635')
|
proxy.$modal.showToast('模块建设中~')
|
||||||
|
// proxy.$modal.showToast('QQ群:①133713780(满)、②146013835(满)、③189091635')
|
||||||
}
|
}
|
||||||
|
|
||||||
function handleBuilding() {
|
function handleBuilding() {
|
||||||
|
|||||||
@ -34,37 +34,37 @@
|
|||||||
</view>
|
</view>
|
||||||
</uni-grid-item>
|
</uni-grid-item>
|
||||||
<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>
|
<uni-icons type="staff-filled" size="30"></uni-icons>
|
||||||
<text class="text">角色管理</text>
|
<text class="text">角色管理</text>
|
||||||
</view>
|
</view>
|
||||||
</uni-grid-item>
|
</uni-grid-item>
|
||||||
<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>
|
<uni-icons type="color" size="30"></uni-icons>
|
||||||
<text class="text">菜单管理</text>
|
<text class="text">菜单管理</text>
|
||||||
</view>
|
</view>
|
||||||
</uni-grid-item>
|
</uni-grid-item>
|
||||||
<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>
|
<uni-icons type="settings-filled" size="30"></uni-icons>
|
||||||
<text class="text">部门管理</text>
|
<text class="text">部门管理</text>
|
||||||
</view>
|
</view>
|
||||||
</uni-grid-item>
|
</uni-grid-item>
|
||||||
<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>
|
<uni-icons type="heart-filled" size="30"></uni-icons>
|
||||||
<text class="text">岗位管理</text>
|
<text class="text">岗位管理</text>
|
||||||
</view>
|
</view>
|
||||||
</uni-grid-item>
|
</uni-grid-item>
|
||||||
<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>
|
<uni-icons type="bars" size="30"></uni-icons>
|
||||||
<text class="text">字典管理</text>
|
<text class="text">字典管理</text>
|
||||||
</view>
|
</view>
|
||||||
</uni-grid-item>
|
</uni-grid-item>
|
||||||
<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>
|
<uni-icons type="gear-filled" size="30"></uni-icons>
|
||||||
<text class="text">参数设置</text>
|
<text class="text">参数设置</text>
|
||||||
</view>
|
</view>
|
||||||
@ -92,7 +92,7 @@
|
|||||||
const { proxy } = getCurrentInstance()
|
const { proxy } = getCurrentInstance()
|
||||||
const current = ref(0)
|
const current = ref(0)
|
||||||
const swiperDotIndex = 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) {
|
function clickBannerItem(item) {
|
||||||
console.info(item)
|
console.info(item)
|
||||||
@ -105,7 +105,9 @@
|
|||||||
function changeGrid(e) {
|
function changeGrid(e) {
|
||||||
// proxy.$modal.showToast('模块建设中~')
|
// proxy.$modal.showToast('模块建设中~')
|
||||||
}
|
}
|
||||||
|
function jiansheing(e) {
|
||||||
|
proxy.$modal.showToast('模块建设中~')
|
||||||
|
}
|
||||||
|
|
||||||
const gotoBusiness = () =>{
|
const gotoBusiness = () =>{
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user