初始化
This commit is contained in:
6
src/config/BaseWebConfig.js
Normal file
6
src/config/BaseWebConfig.js
Normal file
@ -0,0 +1,6 @@
|
||||
const baseWebConfig ={
|
||||
baseUrl: 'http://localhost:8080',
|
||||
timeout: 10000,
|
||||
}
|
||||
|
||||
export default baseWebConfig;
|
||||
Reference in New Issue
Block a user