12345678910111213141516171819202122232425262728293031323334353637 |
- const config = {
-
-
-
-
-
-
- apiBaseurl:'http://wx.hw.hongweisoft.com/zddapi/forest-portal',
-
-
-
- placeImg:'http://placekitten.com',
-
-
-
- loginUrl:'http://wx.hw.hongweisoft.com/zddapi/forest-portal/wechat/h5/authorize?returnUrl=http://172.16.90.25:8081/#/',
-
-
-
-
-
-
-
-
-
- imgUrl:"",
- }
- export {
- config
- }
|