代码丢失问题处理
This commit is contained in:
parent
0611548eae
commit
d6aac90751
11
config.js
11
config.js
@ -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: {
|
||||
// 应用名称
|
||||
|
@ -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"
|
||||
}
|
||||
|
@ -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">
|
||||
|
@ -1,5 +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>
|
||||
</template>
|
||||
|
||||
|
@ -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
BIN
static/images/banner.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 512 KiB |
Loading…
Reference in New Issue
Block a user