Browse Source

合并冲突

feature_herui
lingxiao 2 years ago
parent
commit
0782e64def
5 changed files with 7 additions and 11 deletions
  1. +2
    -1
      .env.development
  2. +1
    -1
      .env.production
  3. +1
    -1
      .env.staging
  4. +1
    -7
      package.json
  5. +2
    -1
      src/components/receiptPrinting.vue

+ 2
- 1
.env.development View File

@ -5,4 +5,5 @@ NODE_ENV = 'production'
# base api
# 和瑞
VUE_APP_BASE_API = 'http://101.201.121.115:8094'
VUE_APP_BASE_API = 'http://8.131.69.197:8094'

+ 1
- 1
.env.production View File

@ -5,5 +5,5 @@ NODE_ENV = 'production'
# base api
# 和瑞
VUE_APP_BASE_API = 'http://101.201.121.115:8094'
VUE_APP_BASE_API = 'http://8.131.69.197:8094'

+ 1
- 1
.env.staging View File

@ -5,5 +5,5 @@ NODE_ENV = 'production'
# base api
# 和瑞
VUE_APP_BASE_API = 'http://101.201.121.115:8094'
VUE_APP_BASE_API = 'http://8.131.69.197:8094'

+ 1
- 7
package.json View File

@ -8,13 +8,7 @@
"dev": "vue-cli-service serve --open",
"serve": "vue-cli-service serve --open",
"build:prod": "vue-cli-service build",
"build:stage": "vue-cli-service build --mode staging",
"preview": "node build/index.js --preview",
"lint": "eslint --ext .js,.vue src",
"test:unit": "jest --clearCache && vue-cli-service test:unit",
"test:ci": "npm run lint && npm run test:unit",
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
"new": "plop"
"build:stage": "vue-cli-service build --mode staging"
},
"husky": {
"hooks": {


+ 2
- 1
src/components/receiptPrinting.vue View File

@ -29,7 +29,8 @@
? "车位费"
: data.category
}}
{{dta.carportid}}
<br />
{{data.carportid}}
</td>
<td style="padding: 0 10px"></td>
<td style="padding: 0 10px">{{ data.contracttab.lengthdate }}</td>


Loading…
Cancel
Save