12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- let baseUrl = null
- let upFileUrl= null
- let staticUrl= null
- baseUrl='https://greatadmin.dev.dazesoft.cn/serviceapi';
- upFileUrl='http://fileupload.dev.dazesoft.cn/upload/single/minio';
-
- staticUrl='https://miniores.dev.dazesoft.cn/greattransition/staticfile';
- baseUrl='https://greath5.dev.dazesoft.cn/serviceapi';
- upFileUrl='http://fileupload.dev.dazesoft.cn/upload/single/minio';
-
- staticUrl='https://miniores.dev.dazesoft.cn/greattransition/staticfile';
-
- upFileUrl='https://serviceapi.wdzzgs.com/thirdapi/upload/single/minio';
- staticUrl='https://minio.wdzzgs.com/greattransition/staticfile';
-
-
-
- const commonConfig = {
- wxAppid: '',
- baseUrl: baseUrl,
- uploadFileUrl: upFileUrl,
- staticUrl:staticUrl,
- paginationConfig:{
- pageNum: 1,
- pageSize: 10
- },
- successCode:200,
- }
- export {
- commonConfig
- }
|