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