Commit 778d6946efebe045b6ba50e2ff25806945a2f43a

Authored by chenbiao
1 parent 54b32238

add 注释补缴按钮

Showing 2 changed files with 3 additions and 2 deletions
.env.production
... ... @@ -3,5 +3,6 @@ ENV = 'production'
3 3  
4 4 # base api
5 5 #VUE_APP_BASE_API = '/prod-api'
6   -VUE_APP_BASE_API = 'http://bcp.service.huangshiparking.com/'
  6 +VUE_APP_BASE_API = 'https://bcp.huangshiparking.com/'
  7 +#VUE_APP_BASE_API = 'http://bcp.service.huangshiparking.com/'
7 8  
... ...
.gitignore
... ... @@ -3,7 +3,7 @@
3 3  
4 4 node_modules
5 5 node_modules/**
6   -dist/
  6 +
7 7 npm-debug.log*
8 8 yarn-debug.log*
9 9 yarn-error.log*
... ...