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