1212
This commit is contained in:
parent
d7b061fba9
commit
bba642d331
10
config.js
10
config.js
@ -1,15 +1,15 @@
|
|||||||
// 应用全局配置
|
// 应用全局配置
|
||||||
module.exports = {
|
module.exports = {
|
||||||
//baseUrl: 'https://www.nuoyunr.com/admin-api',
|
baseUrl: 'https://www.nuoyunr.com/admin-api',
|
||||||
baseUrl: 'http://192.168.1.4:48080/userClient',
|
//baseUrl: 'http://192.168.1.4:48080/userClient',
|
||||||
imagesUrl: 'http://shequ.0315e.com/static/images/pages/',
|
imagesUrl: 'http://shequ.0315e.com/static/images/pages/',
|
||||||
baseImageUrl: 'https://www.nuoyunr.com/minio',
|
baseImageUrl: 'https://www.nuoyunr.com/minio',
|
||||||
//wsUrl: 'wss://www.nuoyunr.com/admin-api',
|
wsUrl: 'wss://www.nuoyunr.com/admin-api',
|
||||||
wsUrl: 'ws://192.168.1.4:48080/admin-api',
|
//wsUrl: 'ws://192.168.1.4:48080/admin-api',
|
||||||
// 应用信息
|
// 应用信息
|
||||||
appInfo: {
|
appInfo: {
|
||||||
// 应用名称
|
// 应用名称
|
||||||
name: "道路救援",
|
name: "智修小助手",
|
||||||
// 应用版本
|
// 应用版本
|
||||||
version: "2.6",
|
version: "2.6",
|
||||||
// 应用logo
|
// 应用logo
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name" : "qixiu",
|
"name" : "智修小助手",
|
||||||
"appid" : "__UNI__FA456F7",
|
"appid" : "__UNI__DA69B61",
|
||||||
"description" : "",
|
"description" : "",
|
||||||
"versionName" : "1.0.0",
|
"versionName" : "1.0.0",
|
||||||
"versionCode" : "100",
|
"versionCode" : "100",
|
||||||
@ -69,5 +69,15 @@
|
|||||||
"uniStatistics" : {
|
"uniStatistics" : {
|
||||||
"enable" : false
|
"enable" : false
|
||||||
},
|
},
|
||||||
"vueVersion" : "2"
|
"vueVersion" : "2",
|
||||||
|
"h5" : {
|
||||||
|
"router" : {
|
||||||
|
"base" : "",
|
||||||
|
"mode" : "hash"
|
||||||
|
},
|
||||||
|
"title" : "智修小助手",
|
||||||
|
"devServer" : {
|
||||||
|
"https" : false
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
<view class="popup-title">收款码</view>
|
<view class="popup-title">收款码</view>
|
||||||
</view>
|
</view>
|
||||||
</uni-popup>
|
</uni-popup>
|
||||||
<img style="width: ;" src="/static/images/pay.png" alt="" />
|
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<tabBarVue msg="2"></tabBarVue>
|
<tabBarVue msg="2"></tabBarVue>
|
||||||
|
Loading…
Reference in New Issue
Block a user