Browse Source

env: edit

duanxiaoduan 1 year ago
parent
commit
35b552857b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .env.development

+ 2 - 2
.env.development

@@ -6,7 +6,7 @@ ENV = 'development'
 # VUE_APP_BASE_API = 'http://210.16.189.72:8081/'
 
 
-# VUE_APP_BASE_API = 'http://kpttest.kptyun.com/'
+VUE_APP_BASE_API = 'http://kpttest.kptyun.com/'
 # VUE_APP_BASE_API = 'http://kpttestnt.kptyun.com/'
 
 
@@ -22,7 +22,7 @@ ENV = 'development'
 
 
 # 白少杰
-VUE_APP_BASE_API = 'http://192.168.1.77:8081/'
+# VUE_APP_BASE_API = 'http://192.168.1.77:8081/'
 
 # vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
 # to control whether the babel-plugin-dynamic-import-node plugin is enabled.