12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- const config = {
-
-
-
-
-
-
-
-
-
-
-
-
- placeImg:'http://placekitten.com',
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- loginUrl:'http://wxh5.gzqlyx.com/api/forest-portal/wechat/h5/authorize?returnUrl=http://wxh5.gzqlyx.com/#/',
- apiBaseurl:'http://wxh5.gzqlyx.com/api/forest-portal',
-
-
-
- imgUrl:"",
- }
- export {
- config
- }
|