123456789101112131415161718192021222324252627 |
- const config = {
-
- apiBaseurl:'http://im.t.phpim.cn/',
-
- loginUrl:'http://ht.t.phpim.cn?backpage=http://tanhuiapp.hongweisoft.com/#/pages/index/index',
-
-
- client_id:4,
- client_secret:'jO1XHQu0GytEdxJzNRFwcIeWmS57yCMBuA5P9yDo',
-
-
-
-
-
-
-
-
- }
- export {
- config
- }
|