Browse Source

all my fault

wjj 4 years ago
parent
commit
6e99dfeb04
3 changed files with 2 additions and 3 deletions
  1. 1 1
      .env.development
  2. 1 2
      .env.production
  3. BIN
      dist.zip

+ 1 - 1
.env.development

@@ -2,4 +2,4 @@
 ENV = 'development'
 
 # base api
-VUE_APP_BASE_API = 'http://47.99.140.117:9001/Bug/api'
+VUE_APP_BASE_API = '/Bug/api'

+ 1 - 2
.env.production

@@ -1,6 +1,5 @@
 # just a flag
 ENV = 'production'
 
-# base api
-VUE_APP_BASE_API = 'http://47.99.140.117:9001/Bug/api'
+VUE_APP_BASE_API = '/Bug/api'
 

BIN
dist.zip