12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- const config = {
-
-
-
- apiBaseurl:'http://47.108.214.98:21998',
-
-
- placeImg:'http://placekitten.com',
-
-
-
-
- version:'1.0.0',
-
-
-
-
-
-
-
-
-
-
-
- imgUrl:"http://fqn.hongweisoft.com/cqcarbon/wxapp/",
-
-
- innerImgUrl:"http://fqn.hongweisoft.com/cqcarbon/wxapp/",
-
- onlineImg:"http://fqn.hongweisoft.com/",
-
- qnyImg:"http://fqn.hongweisoft.com/cqcarbon/wxapp/",
- }
- export {
- config
- }
|