9 lines
231 B
JavaScript
9 lines
231 B
JavaScript
const config = {
|
|
baseUrl: 'https://prod.sundynix.cn/api',
|
|
// baseUrl: "http://129.28.103.17:3411",
|
|
minio: 'https://res.wutongshucloud.com',
|
|
baseHeader: {
|
|
"appid": "72efmhFW"
|
|
}
|
|
}
|
|
module.exports = config; |