Compare commits
No commits in common. "0f8c205a2dde631e137251ee5e0f3f775278bab3" and "2eae8a89fff0453dbd58717defa02c9d1bab3ea9" have entirely different histories.
0f8c205a2d
...
2eae8a89ff
|
@ -9,7 +9,6 @@ const install = (Vue, vm) => {
|
||||||
// 测试环境
|
// 测试环境
|
||||||
// baseUrl: 'https://dianche.chuantewulian.cn/prod-api',
|
// baseUrl: 'https://dianche.chuantewulian.cn/prod-api',
|
||||||
// 俞山岛
|
// 俞山岛
|
||||||
baseUrl: 'https://zc.chuangtewl.com/prod-api',
|
|
||||||
// baseUrl: 'https://testzc.chuangtewl.com/prod-api',
|
// baseUrl: 'https://testzc.chuangtewl.com/prod-api',
|
||||||
baseUrl: 'https://zc.chuangtewl.com/prod-api',
|
baseUrl: 'https://zc.chuangtewl.com/prod-api',
|
||||||
// baseUrl: 'http://47.120.68.19:8090',
|
// baseUrl: 'http://47.120.68.19:8090',
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
<!-- <image class="backimg" src="https://lxnapi.ccttiot.com/bike/img/static/usCZzuQpGCBUpvzCfqyE" mode=""></image> -->
|
<!-- <image class="backimg" src="https://lxnapi.ccttiot.com/bike/img/static/usCZzuQpGCBUpvzCfqyE" mode=""></image> -->
|
||||||
<view class="car_info" >
|
<view class="car_info" >
|
||||||
<view class="info_tit">
|
<view class="info_tit">
|
||||||
{{typeReturn(orderInfo.status) }}
|
{{typeReturn(orderInfo.status) }}
|
||||||
</view>
|
</view>
|
||||||
|
|
27
pages.json
27
pages.json
|
@ -176,36 +176,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// ... 分包A的其他页面
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"root": "pages_withdraw", // 分包A的根目录
|
|
||||||
"pages": [
|
|
||||||
{
|
|
||||||
"path" : "withdraw",
|
|
||||||
"style" :
|
|
||||||
{
|
|
||||||
"navigationBarTitleText": "",
|
|
||||||
"enablePullDownRefresh": false,
|
|
||||||
"navigationStyle": "custom"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// ... 分包A的其他页面
|
// ... 分包A的其他页面
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
// {
|
|
||||||
// "path" : "pages_tixian/withdraw",
|
|
||||||
// "style" :
|
|
||||||
// {
|
|
||||||
// "navigationBarTitleText" : ""
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
|
||||||
],
|
],
|
||||||
// "tabBar": {
|
// "tabBar": {
|
||||||
|
|
|
@ -1,25 +0,0 @@
|
||||||
<template>
|
|
||||||
<view class="page">
|
|
||||||
<view class="fixed">
|
|
||||||
<u-navbar :custom-back='back' title=" " :border-bottom="false" :background="background" title-color='#fff' title-size='36'
|
|
||||||
height='45' back-icon-color='#000'></u-navbar>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
export default {
|
|
||||||
data() {
|
|
||||||
return {
|
|
||||||
|
|
||||||
}
|
|
||||||
},
|
|
||||||
methods: {
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style>
|
|
||||||
|
|
||||||
</style>
|
|
Loading…
Reference in New Issue
Block a user