Browse Source

添加正式环境api

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

+ 1 - 0
config/dev.env.js

@@ -9,4 +9,5 @@ module.exports = merge(prodEnv, {
   // 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"'//正式!!!!!
 })

+ 2 - 1
config/prod.env.js

@@ -1,6 +1,7 @@
 'use strict'
 module.exports = {
   NODE_ENV: '"production"',
-  BASE_API: '"http://forestweb.hw.hongweisoft.com/api/forest-admin"'
+  // BASE_API: '"http://forestweb.hw.hongweisoft.com/api/forest-admin"'
+  BASE_API: '"http://product.gzqlyx.com/api/forest-admin"'
 
 }