1234567891011121314151617181920212223242526272829303132333435 |
- const config = {
-
- apiBaseurl:'http://forest.hw.hongweisoft.com/data/forest-portal',
-
-
-
-
-
-
- placeImg:'http://placekitten.com',
-
-
- loginUrl:'http://forest.hw.hongweisoft.com/data/forest-portal/wechat/h5/authorize?returnUrl=/',
-
-
-
-
-
-
-
-
-
-
-
- imgUrl:"",
- }
- export {
- config
- }
|