删除框架中的若依相关信息
This commit is contained in:
parent
e7b62ca02e
commit
729b7f3e44
@ -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">工控管理系统移动端登录</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">
|
||||||
@ -24,15 +24,15 @@
|
|||||||
<view class="action-btn">
|
<view class="action-btn">
|
||||||
<button @click="handleLogin" class="login-btn cu-btn block bg-blue lg round">登录</button>
|
<button @click="handleLogin" class="login-btn cu-btn block bg-blue lg round">登录</button>
|
||||||
</view>
|
</view>
|
||||||
<view class="reg text-center" v-if="register">
|
<!-- <view class="reg text-center" v-if="register">
|
||||||
<text class="text-grey1">没有账号?</text>
|
<text class="text-grey1">没有账号?</text>
|
||||||
<text @click="handleUserRegister" class="text-blue">立即注册</text>
|
<text @click="handleUserRegister" class="text-blue">立即注册</text>
|
||||||
</view>
|
</view> -->
|
||||||
<view class="xieyi text-center">
|
<!-- <view class="xieyi text-center">
|
||||||
<text class="text-grey1">登录即代表同意</text>
|
<text class="text-grey1">登录即代表同意</text>
|
||||||
<text @click="handleUserAgrement" class="text-blue">《用户协议》</text>
|
<text @click="handleUserAgrement" class="text-blue">《用户协议》</text>
|
||||||
<text @click="handlePrivacy" class="text-blue">《隐私协议》</text>
|
<text @click="handlePrivacy" class="text-blue">《隐私协议》</text>
|
||||||
</view>
|
</view> -->
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
|
@ -19,26 +19,27 @@
|
|||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
list: [{
|
list: [
|
||||||
icon: 'iconfont icon-github',
|
// {
|
||||||
title: '若依问题',
|
// icon: 'iconfont icon-github',
|
||||||
childList: [{
|
// title: '若依问题',
|
||||||
title: '若依开源吗?',
|
// childList: [{
|
||||||
content: '开源'
|
// title: '若依开源吗?',
|
||||||
}, {
|
// content: '开源'
|
||||||
title: '若依可以商用吗?',
|
// }, {
|
||||||
content: '可以'
|
// title: '若依可以商用吗?',
|
||||||
}, {
|
// content: '可以'
|
||||||
title: '若依官网地址多少?',
|
// }, {
|
||||||
content: 'http://ruoyi.vip'
|
// title: '若依官网地址多少?',
|
||||||
}, {
|
// content: 'http://ruoyi.vip'
|
||||||
title: '若依文档地址多少?',
|
// }, {
|
||||||
content: 'http://doc.ruoyi.vip'
|
// title: '若依文档地址多少?',
|
||||||
}]
|
// content: 'http://doc.ruoyi.vip'
|
||||||
},
|
// }]
|
||||||
|
// },
|
||||||
{
|
{
|
||||||
icon: 'iconfont icon-help',
|
icon: 'iconfont icon-help',
|
||||||
title: '其他问题',
|
title: '常见问题',
|
||||||
childList: [{
|
childList: [{
|
||||||
title: '如何退出登录?',
|
title: '如何退出登录?',
|
||||||
content: '请点击[我的] - [应用设置] - [退出登录]即可退出登录',
|
content: '请点击[我的] - [应用设置] - [退出登录]即可退出登录',
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="content-section">
|
<view class="content-section">
|
||||||
<view class="mine-actions grid col-4 text-center">
|
<!-- <view class="mine-actions grid col-4 text-center">
|
||||||
<view class="action-item" @click="handleJiaoLiuQun">
|
<view class="action-item" @click="handleJiaoLiuQun">
|
||||||
<view class="iconfont icon-friendfill text-pink icon"></view>
|
<view class="iconfont icon-friendfill text-pink icon"></view>
|
||||||
<text class="text">交流群</text>
|
<text class="text">交流群</text>
|
||||||
@ -43,7 +43,7 @@
|
|||||||
<view class="iconfont icon-dianzan text-green icon"></view>
|
<view class="iconfont icon-dianzan text-green icon"></view>
|
||||||
<text class="text">点赞我们</text>
|
<text class="text">点赞我们</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view> -->
|
||||||
|
|
||||||
<view class="menu-list">
|
<view class="menu-list">
|
||||||
<view class="list-cell list-cell-arrow" @click="handleToEditInfo">
|
<view class="list-cell list-cell-arrow" @click="handleToEditInfo">
|
||||||
@ -58,12 +58,12 @@
|
|||||||
<view>常见问题</view>
|
<view>常见问题</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="list-cell list-cell-arrow" @click="handleAbout">
|
<!-- <view class="list-cell list-cell-arrow" @click="handleAbout">
|
||||||
<view class="menu-item-box">
|
<view class="menu-item-box">
|
||||||
<view class="iconfont icon-aixin menu-icon"></view>
|
<view class="iconfont icon-aixin menu-icon"></view>
|
||||||
<view>关于我们</view>
|
<view>关于我们</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view> -->
|
||||||
<view class="list-cell list-cell-arrow" @click="handleToSetting">
|
<view class="list-cell list-cell-arrow" @click="handleToSetting">
|
||||||
<view class="menu-item-box">
|
<view class="menu-item-box">
|
||||||
<view class="iconfont icon-setting menu-icon"></view>
|
<view class="iconfont icon-setting menu-icon"></view>
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<view>修改密码</view>
|
<view>修改密码</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="list-cell list-cell-arrow" @click="handleToUpgrade">
|
<!-- <view class="list-cell list-cell-arrow" @click="handleToUpgrade">
|
||||||
<view class="menu-item-box">
|
<view class="menu-item-box">
|
||||||
<view class="iconfont icon-refresh menu-icon"></view>
|
<view class="iconfont icon-refresh menu-icon"></view>
|
||||||
<view>检查更新</view>
|
<view>检查更新</view>
|
||||||
@ -18,7 +18,7 @@
|
|||||||
<view class="iconfont icon-clean menu-icon"></view>
|
<view class="iconfont icon-clean menu-icon"></view>
|
||||||
<view>清理缓存</view>
|
<view>清理缓存</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view> -->
|
||||||
</view>
|
</view>
|
||||||
<view class="cu-list menu">
|
<view class="cu-list menu">
|
||||||
<view class="cu-item item-box">
|
<view class="cu-item item-box">
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
</uni-swiper-dot>
|
</uni-swiper-dot>
|
||||||
|
|
||||||
<!-- 宫格组件 -->
|
<!-- 宫格组件 -->
|
||||||
<uni-section title="系统管理" type="line"></uni-section>
|
<!-- <uni-section title="系统管理" type="line"></uni-section>
|
||||||
<view class="grid-body">
|
<view class="grid-body">
|
||||||
<uni-grid :column="4" :showBorder="false" @change="changeGrid">
|
<uni-grid :column="4" :showBorder="false" @change="changeGrid">
|
||||||
<uni-grid-item>
|
<uni-grid-item>
|
||||||
@ -70,7 +70,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</uni-grid-item>
|
</uni-grid-item>
|
||||||
</uni-grid>
|
</uni-grid>
|
||||||
</view>
|
</view> -->
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@ -81,13 +81,13 @@
|
|||||||
current: 0,
|
current: 0,
|
||||||
swiperDotIndex: 0,
|
swiperDotIndex: 0,
|
||||||
data: [{
|
data: [{
|
||||||
image: '/static/images/banner/banner01.jpg'
|
image: '/static/images/banner/notRun.png'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
image: '/static/images/banner/banner02.jpg'
|
image: '/static/images/banner/run.png'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
image: '/static/images/banner/banner03.jpg'
|
image: '/static/images/banner/total.png'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
BIN
static/images/banner/notRun.png
Normal file
BIN
static/images/banner/notRun.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 68 KiB |
BIN
static/images/banner/run.png
Normal file
BIN
static/images/banner/run.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 65 KiB |
BIN
static/images/banner/total.png
Normal file
BIN
static/images/banner/total.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 73 KiB |
Loading…
Reference in New Issue
Block a user