@@ -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"'//正式!!!!!
})
@@ -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"'
}