diff --git a/config/index.js b/config/index.js index b912637..bdf8326 100644 --- a/config/index.js +++ b/config/index.js @@ -8,7 +8,7 @@ module.exports = { dev: { // Paths - assetsSubDirectory: 'static', + assetsSubDirectory: 'select', assetsPublicPath: '/', proxyTable: {}, // proxyTable: { @@ -48,11 +48,11 @@ module.exports = { build: { // Template for index.html - index: path.resolve(__dirname, '../dist/index.html'), + index: path.resolve(__dirname, '../select/select.html'), // Paths - assetsRoot: path.resolve(__dirname, '../dist'), - assetsSubDirectory: 'static', + assetsRoot: path.resolve(__dirname, '../select'), + assetsSubDirectory: 'select', assetsPublicPath: './', /** diff --git a/index.html b/index.html index e0f2bef..d66ae53 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - 小票码扫码支付 + 扫码支付
diff --git a/src/components/parkRecord.vue b/src/components/parkRecord.vue index db2dd58..d894e35 100644 --- a/src/components/parkRecord.vue +++ b/src/components/parkRecord.vue @@ -422,26 +422,26 @@ export default { font-weight: bold; li:first-child { width: 150px; - &.carBlue { - background: url("../assets/images/carBlue.png") no-repeat 90px center; - background-size: 28px 17px; - } - &.carYellow { - background: url("../assets/images/carYellow.png") no-repeat 90px center; - background-size: 28px 17px; - } - &.carGreen { - background: url("../assets/images/carGreen.png") no-repeat 90px center; - background-size: 28px 17px; - } - &.carWhite { - background: url("../assets/images/carWhite.png") no-repeat 90px center; - background-size: 28px 17px; - } - &.carBlack { - background: url("../assets/images/carBlack.png") no-repeat 90px center; - background-size: 28px 17px; - } + /*&.carBlue {*/ + /*background: url("../assets/images/carBlue.png") no-repeat 90px center;*/ + /*background-size: 28px 17px;*/ + /*}*/ + /*&.carYellow {*/ + /*background: url("../assets/images/carYellow.png") no-repeat 90px center;*/ + /*background-size: 28px 17px;*/ + /*}*/ + /*&.carGreen {*/ + /*background: url("../assets/images/carGreen.png") no-repeat 90px center;*/ + /*background-size: 28px 17px;*/ + /*}*/ + /*&.carWhite {*/ + /*background: url("../assets/images/carWhite.png") no-repeat 90px center;*/ + /*background-size: 28px 17px;*/ + /*}*/ + /*&.carBlack {*/ + /*background: url("../assets/images/carBlack.png") no-repeat 90px center;*/ + /*background-size: 28px 17px;*/ + /*}*/ } li:last-child { margin-right: 18px; diff --git a/src/components/plateNumber.vue b/src/components/plateNumber.vue index ccd7fd8..e72bda2 100644 --- a/src/components/plateNumber.vue +++ b/src/components/plateNumber.vue @@ -1,55 +1,63 @@