Browse Source

合并冲突

feature_meiyuan
lingxiao 2 years ago
parent
commit
de7d784546
5 changed files with 15 additions and 13 deletions
  1. +4
    -2
      .env.development
  2. +4
    -2
      .env.production
  3. +4
    -2
      .env.staging
  4. +1
    -7
      package.json
  5. +2
    -0
      src/components/receiptPrinting.vue

+ 4
- 2
.env.development View File

@ -1,6 +1,8 @@
VUE_APP_ENV = '物业(测试)'
# just a flag # just a flag
VUE_APP_ENV = '物业'
NODE_ENV = 'production' NODE_ENV = 'production'
# base api # base api
#枚苑正式 #枚苑正式
VUE_APP_BASE_API = 'http://8.131.69.197:22000'
VUE_APP_BASE_API = 'http://8.131.69.197:22000'

+ 4
- 2
.env.production View File

@ -1,6 +1,8 @@
VUE_APP_ENV = '物业(测试)'
# just a flag # just a flag
VUE_APP_ENV = '物业'
NODE_ENV = 'production' NODE_ENV = 'production'
# base api # base api
#枚苑正式 #枚苑正式
VUE_APP_BASE_API = 'http://8.131.69.197:22000'
VUE_APP_BASE_API = 'http://8.131.69.197:22000'

+ 4
- 2
.env.staging View File

@ -1,6 +1,8 @@
VUE_APP_ENV = '物业(测试)'
# just a flag # just a flag
VUE_APP_ENV = '物业'
NODE_ENV = 'production' NODE_ENV = 'production'
# base api # base api
#枚苑正式 #枚苑正式
VUE_APP_BASE_API = 'http://8.131.69.197:22000'
VUE_APP_BASE_API = 'http://8.131.69.197:22000'

+ 1
- 7
package.json View File

@ -8,13 +8,7 @@
"dev": "vue-cli-service serve --open", "dev": "vue-cli-service serve --open",
"serve": "vue-cli-service serve --open", "serve": "vue-cli-service serve --open",
"build:prod": "vue-cli-service build", "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": { "husky": {
"hooks": { "hooks": {


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

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


Loading…
Cancel
Save