12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- const config = {
-
-
-
-
-
- apiBaseurl:'https://cqthht.hongweisoft.com/qbcert',
-
-
- placeImg:'http://placekitten.com',
-
-
-
-
- version:'1.0.0',
-
-
-
-
-
-
-
-
-
- certificateUrl:'https://cqthht.hongweisoft.com/cert?',
-
-
-
- imgUrl:"http://fqn.hongweisoft.com/cqcarbon/wxapp/",
-
-
-
-
- onlineImg:"http://fqn.hongweisoft.com/",
-
-
- }
- export {
- config
- }
|