Browse Source

新建黔林优选分支

gcz 3 years ago
parent
commit
9d60ce02c7
3 changed files with 4 additions and 2 deletions
  1. 1 0
      .gitignore
  2. 2 1
      config/dev.env.js
  3. 1 1
      config/prod.env.js

+ 1 - 0
.gitignore

@@ -4,6 +4,7 @@ node_modules/
 npm-debug.log*
 yarn-debug.log*
 yarn-error.log*
+.history/
 
 # Editor directories and files
 .idea

+ 2 - 1
config/dev.env.js

@@ -6,10 +6,11 @@ module.exports = merge(prodEnv, {
   NODE_ENV: '"development"',
   // BASE_API: '"http://172.16.90.3:9098/forest-admin"'//邱波电脑
   // BASE_API: '"http://wx.hw.hongweisoft.com/fqb/forest-admin"'//邱波电脑
-  BASE_API: '"http://wx.hw.hongweisoft.com/forestapi/forest-admin"'//64
+  // BASE_API: '"http://wx.hw.hongweisoft.com/forestapi/forest-admin"'//64
   // BASE_API: '"http://172.16.90.64:9098/forest-admin"'
   // BASE_API: '"http://172.16.90.102:9098/forest-admin"'//邱波
   // BASE_API: '"http://172.16.90.8:9098/forest-admin"'//东东
   // BASE_API: '"http://172.16.90.43:9098/forest-admin"'//东东
   // BASE_API: '"http://product.gzqlyx.com/api/forest-admin"'//正式!!!!!
+  BASE_API: '"http://gzqlyxproduct.hongweisoft.com/api/forest-admin"'//64
 })

+ 1 - 1
config/prod.env.js

@@ -3,6 +3,6 @@ module.exports = {
   NODE_ENV: '"production"',
   // BASE_API: '"http://forestweb.hw.hongweisoft.com/api/forest-admin"'
   // BASE_API: '"http://wx.hw.hongweisoft.com/forestapi/forest-admin"'
-  BASE_API: '"http://product.gzqlyx.com/api/forest-admin"'
+  BASE_API: '"http://gzqlyxproduct.hongweisoft.com/api/forest-admin"'
 
 }