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