This commit is contained in:
qianhao.xu
2024-03-28 09:50:54 +08:00
parent 13e036dd76
commit 42e18841a8
3 changed files with 3 additions and 3 deletions

View File

@@ -102,7 +102,7 @@ export default {
// url: '/pages/returnWarehose/returnWarehose'
// });
break;
case 10:
case 11:
// 注销
uni.navigateTo({
url: '/pages/login/login'

View File

@@ -1,8 +1,8 @@
<template>
<view class="normal-login-container">
<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" style="color: #0081ff;">涂装车间MOM-移动端</text>
<image style="width: 100rpx; height: 100rpx" src="@/static/images/icon/icon1.png" mode="widthFix"></image>
<text class="title" style="color: #0081ff;">WMS-移动端</text>
</view>
<view class="login-form-content">
<view class="input-item flex align-center">

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB