Files
xiezheng/config/config.js
2024-11-28 22:34:56 +08:00

8 lines
170 B
JavaScript

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