Files
ClassContent/项目合集/最新写真app/backend/config/config.js
2025-03-16 23:01:07 +08:00

8 lines
168 B
JavaScript

export default {
port: 9940,
proxyPort: 7890,
baseUrl: 'https://www.06se.com',
hot_tags: function () {
return `${this.baseUrl}/hot_tags`
}
}