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