1234567891011121314151617181920212223242526 |
- const config = {
- //dev
- apiBaseurl:'http://hd.phpim.cn/',//测试
-
-
- // 密码授权令牌
- client_id:4,
- client_secret:'EZtnCKySfjtUPhh8owpsDuZuazqTgcA4Of1M9miY',
-
-
- //online 线上地址
- // apiBaseurl:'http://hd.phpim.cn/',//线上
-
-
- //gloab 全局
- // imgUrl:"http://qny.gzsdtfp.com/",
- }
- export {
- config
- }
|