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