first commit
This commit is contained in:
10
config.js
Normal file
10
config.js
Normal file
@@ -0,0 +1,10 @@
|
||||
const ENV_API_URL = {
|
||||
// development: 'http://192.168.1.63:1016', //开发环境
|
||||
development: 'http://merchantapi.prod.zhongshuai2023.com', //开发环境
|
||||
|
||||
// development: 'https://iuser.zhongshuai2023.com', //开发环境
|
||||
// production: 'https://iuser.zhongshuai2023.com', //开发环境
|
||||
production: 'http://merchantapi.prod.zhongshuai2023.com', //生产环境
|
||||
}
|
||||
|
||||
export const API_URL = ENV_API_URL[process.env.NODE_ENV || 'development'];
|
||||
Reference in New Issue
Block a user