Commit 26c0e4f46f94410caa179f0604bab7ba553c170a
1 parent
e08ae7d9
宣化聚合 通道码支付
Showing
3 changed files
with
9 additions
and
9 deletions
config/index.js
... | ... | @@ -8,7 +8,7 @@ module.exports = { |
8 | 8 | dev: { |
9 | 9 | |
10 | 10 | // Paths |
11 | - assetsSubDirectory: 'new', | |
11 | + assetsSubDirectory: 'xuanhua', | |
12 | 12 | assetsPublicPath: '/', |
13 | 13 | proxyTable: {}, |
14 | 14 | // proxyTable: { |
... | ... | @@ -48,11 +48,11 @@ module.exports = { |
48 | 48 | |
49 | 49 | build: { |
50 | 50 | // Template for index.html |
51 | - index: path.resolve(__dirname, '../new/tspage.html'), | |
51 | + index: path.resolve(__dirname, '../xuanhua/xuanhua.html'), | |
52 | 52 | |
53 | 53 | // Paths |
54 | - assetsRoot: path.resolve(__dirname, '../new'), | |
55 | - assetsSubDirectory: 'new', | |
54 | + assetsRoot: path.resolve(__dirname, '../xuanhua'), | |
55 | + assetsSubDirectory: 'xuanhua', | |
56 | 56 | assetsPublicPath: './', |
57 | 57 | |
58 | 58 | /** | ... | ... |
src/components/parkRecord.vue
... | ... | @@ -56,9 +56,9 @@ |
56 | 56 | <div v-show="currentTabActive==1" class="history-con"> |
57 | 57 | <div v-if="historyList.length>0" style="height: 100%;"> |
58 | 58 | <div class="history-body"> |
59 | - <p class="money-all">总欠费金额: | |
60 | - <span>¥{{(allMoney/100).toFixed(2)}}</span> | |
61 | - </p> | |
59 | + <!--<p class="money-all">总欠费金额:--> | |
60 | + <!--<span>¥{{(allMoney/100).toFixed(2)}}</span>--> | |
61 | + <!--</p>--> | |
62 | 62 | |
63 | 63 | <div class="cost-main cost-main-history" style="padding-left: 50px;" |
64 | 64 | |
... | ... | @@ -392,7 +392,7 @@ export default { |
392 | 392 | orgId: this.$utils.myOrgId, |
393 | 393 | orderTotalFee: arrearageTotalFee, |
394 | 394 | orderActFee: arrearageActFee, |
395 | - token: "", | |
395 | + // token: "", | |
396 | 396 | backType: 2, |
397 | 397 | carNumberList: carNumbers, |
398 | 398 | payType: "12" | ... | ... |
src/utils/request.js
... | ... | @@ -13,7 +13,7 @@ const service = axios.create({ |
13 | 13 | |
14 | 14 | // https://dev.renniting.cn/pay/ 赤峰农行测试环境 |
15 | 15 | |
16 | - baseURL: 'http://wxzhifu.natapp1.cc', // url = base url + request url | |
16 | + baseURL: 'http://test.ccccitd.cc/pay', // url = base url + request url | |
17 | 17 | // withCredentials: true, // send cookies when cross-domain requests |
18 | 18 | timeout: 10000 // request timeout |
19 | 19 | }) | ... | ... |