zhengjinyi 5 år sedan
förälder
incheckning
05dd383448
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      .env.development

+ 2 - 2
.env.development

@@ -3,9 +3,9 @@ ENV = 'development'
 
 # base api
 # VUE_APP_BASE_API = '/dev-api'
- VUE_APP_BASE_API = 'http://192.168.1.22:9104'
+# VUE_APP_BASE_API = 'http://192.168.1.22:9104'
 # VUE_APP_BASE_API = 'http://192.168.1.26:9104'
-# VUE_APP_BASE_API = 'https://mai-b.caimei365.com'
+ VUE_APP_BASE_API = 'https://mai-b.caimei365.com'
 
 # vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
 # to control whether the babel-plugin-dynamic-import-node plugin is enabled.