This commit is contained in:
xiao-fajia 2024-09-26 10:43:14 +08:00
commit 4095ec7700
7 changed files with 45 additions and 48 deletions

View File

@ -1,13 +1,10 @@
// 应用全局配置
module.exports = {
//baseUrl: 'https://www.nuoyunr.com/admin-api',
// baseUrl: 'https://3w823u8516.vicp.fun',
// baseUrl: 'http://192.168.1.4:48080',
baseUrl: 'http://localhost:48080',
baseUrl: 'https://www.nuoyunr.com',
//baseUrl: 'http://192.168.1.4:48080/userClient',
imagesUrl: 'http://shequ.0315e.com/static/images/pages/',
baseImageUrl: 'http://122.51.230.86:9000/',
//wsUrl: 'wss://www.nuoyunr.com/admin-api',
wsUrl: 'ws://192.168.1.4:48080/admin-api',
baseImageUrl: 'https://www.nuoyunr.com/minio/',
wsUrl: 'wss://www.nuoyunr.com',
// 应用信息
appInfo: {
// 应用名称

View File

@ -1,6 +1,6 @@
{
"name" : "qixiu",
"appid" : "__UNI__FA456F7",
"name" : "智修小助手",
"appid" : "__UNI__D307B2B",
"description" : "",
"versionName" : "1.0.0",
"versionCode" : "100",
@ -71,13 +71,14 @@
},
"h5" : {
"router" : {
"base" : "/lanan-repair"
"base" : ""
},
"devServer" : {
"port" : 8080,
"disableHostCheck" : true,
"https" : false
}
"https" : true
},
"title" : "智修小助手"
},
"vueVersion" : "2"
}

View File

@ -3,7 +3,7 @@
<VNavigationBar leftTitle="true" backgroundColor="transparent" title="车辆检测维修"></VNavigationBar>
<view class="body">
<view class="body-top-banner">
<image class="banner" src="" mode="aspectFit" />
<image class="banner" src="@/static/images/banner.jpg" mode="aspectFit" />
</view>
<view class="menus">
<view @click="gotoPage(menu)" v-for="(menu, index) in menus" :key="index" class="menu-item">

View File

@ -1,36 +1,36 @@
<template>
<view class="content">
<view class="top">
<view class="touxiang">
<image src="../../static/xinlogo.png" mode=""></image>
</view>
<view class="inputs">
<input type="text" v-model="userName" placeholder="请输入用户名">
</view>
<view class="inputs">
<input type="password" v-model="wrod" placeholder="请输入密码">
</view>
<view class="wjworb" @click="goforgot()">
<view class="">忘记密码</view>
</view>
</view>
<view class="dl" @click="getlogin()">
<text> </text>
</view>
<!-- <view class="hging">
<text>没有账号</text>
<text style="color: #0078FF;" @click="goregister()">立即注册</text>
</view> -->
<view class="dbottom">
<view class="quanzi" v-if="qindex == false " @click="qindex =! qindex"></view>
<view class="lanquanzi" v-if="qindex == true" @click="qindex =! qindex">
<uni-icons type="checkmarkempty" color="#ffffff" size="14"></uni-icons>
</view>
<text>请仔细阅读</text>
<text class="lan">用户协议</text>
<text></text>
<text class="lan">隐私政策</text>
</view>
<!-- <view class="top">-->
<!-- <view class="touxiang">-->
<!-- <image src="../../static/xinlogo.png" mode=""></image>-->
<!-- </view>-->
<!-- <view class="inputs">-->
<!-- <input type="text" v-model="userName" placeholder="请输入用户名">-->
<!-- </view>-->
<!-- <view class="inputs">-->
<!-- <input type="password" v-model="wrod" placeholder="请输入密码">-->
<!-- </view>-->
<!-- <view class="wjworb" @click="goforgot()">-->
<!-- <view class="">忘记密码</view>-->
<!-- </view>-->
<!-- </view>-->
<!-- <view class="dl" @click="getlogin()">-->
<!-- <text> </text>-->
<!-- </view>-->
<!-- &lt;!&ndash; <view class="hging">-->
<!-- <text>没有账号</text>-->
<!-- <text style="color: #0078FF;" @click="goregister()">立即注册</text>-->
<!-- </view> &ndash;&gt;-->
<!-- <view class="dbottom">-->
<!-- <view class="quanzi" v-if="qindex == false " @click="qindex =! qindex"></view>-->
<!-- <view class="lanquanzi" v-if="qindex == true" @click="qindex =! qindex">-->
<!-- <uni-icons type="checkmarkempty" color="#ffffff" size="14"></uni-icons>-->
<!-- </view>-->
<!-- <text>请仔细阅读</text>-->
<!-- <text class="lan">用户协议</text>-->
<!-- <text></text>-->
<!-- <text class="lan">隐私政策</text>-->
<!-- </view>-->
</view>
</template>

View File

@ -21,11 +21,11 @@
</text>
</view>
<view class="orderInfo">
<image class="orderInfoIcon" src="" mode="aspectFit"></image>
<image class="orderInfoIcon" src="@/static/icons/Frame28.png" mode="aspectFit"></image>
<text class="orderInfoText">{{ item.goodsTitle }}</text>
</view>
<view class="orderInfo">
<image class="orderInfoIcon" src="" mode="aspectFit"></image>
<image class="orderInfoIcon" src="@/static/icons/Frame27.png" mode="aspectFit"></image>
<text class="orderInfoText">{{ item.tenantName | 蓝安-中鑫之宝 }}</text>
</view>
<view class="line2">
@ -324,7 +324,6 @@ export default {
.orderInfoIcon {
width: 28rpx;
height: 28rpx;
background: #ddd;
}
.orderInfoText {

View File

@ -10,7 +10,7 @@
</template>
</VNavigationBar>
</view>
<image class="shopImg" src="" mode="aspectFill"></image>
<image class="shopImg" src="@/static/images/outImage.jpg" mode="aspectFill"></image>
</view>
<view class="shopBody">
<view class="shopDetail">

BIN
static/images/banner.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 512 KiB