diff --git a/.env.development b/.env.development
index d4cc21b..5b56016 100644
--- a/.env.development
+++ b/.env.development
@@ -5,4 +5,5 @@ NODE_ENV = 'production'
# base api
# 和瑞
-VUE_APP_BASE_API = 'http://101.201.121.115:8094'
\ No newline at end of file
+VUE_APP_BASE_API = 'http://8.131.69.197:8094'
+
diff --git a/.env.production b/.env.production
index 5821cc7..5b56016 100644
--- a/.env.production
+++ b/.env.production
@@ -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'
diff --git a/.env.staging b/.env.staging
index 5821cc7..5b56016 100644
--- a/.env.staging
+++ b/.env.staging
@@ -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'
diff --git a/package.json b/package.json
index 7ae70a3..6445f45 100644
--- a/package.json
+++ b/package.json
@@ -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": {
diff --git a/src/components/receiptPrinting.vue b/src/components/receiptPrinting.vue
index c4bd0c5..3d01d02 100644
--- a/src/components/receiptPrinting.vue
+++ b/src/components/receiptPrinting.vue
@@ -29,7 +29,8 @@
? "车位费"
: data.category
}}
- {{dta.carportid}}
+
+ {{data.carportid}}