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://172.16.90.25:8080/#/',
-
-
-
-
-
-
-
-
-
- imgUrl:"",
- }
- export {
- config
- }
|