Files
pte/newBackApi/config/config.js
2024-11-23 12:21:29 +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`
}
}