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