总欠费金额: - ¥{{(allMoney/100).toFixed(2)}} -
+ + +diff --git a/config/index.js b/config/index.js index d26463e..46d3d04 100644 --- a/config/index.js +++ b/config/index.js @@ -8,7 +8,7 @@ module.exports = { dev: { // Paths - assetsSubDirectory: 'new', + assetsSubDirectory: 'xuanhua', assetsPublicPath: '/', proxyTable: {}, // proxyTable: { @@ -48,11 +48,11 @@ module.exports = { build: { // Template for index.html - index: path.resolve(__dirname, '../new/tspage.html'), + index: path.resolve(__dirname, '../xuanhua/xuanhua.html'), // Paths - assetsRoot: path.resolve(__dirname, '../new'), - assetsSubDirectory: 'new', + assetsRoot: path.resolve(__dirname, '../xuanhua'), + assetsSubDirectory: 'xuanhua', assetsPublicPath: './', /** diff --git a/src/components/parkRecord.vue b/src/components/parkRecord.vue index c24ad20..73d5865 100644 --- a/src/components/parkRecord.vue +++ b/src/components/parkRecord.vue @@ -56,9 +56,9 @@
总欠费金额: - ¥{{(allMoney/100).toFixed(2)}} -
+ + +