@@ -4,6 +4,7 @@ node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
+.history/
# Editor directories and files
.idea
@@ -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
})
@@ -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"'
}