first commit
This commit is contained in:
8
config/config.js
Normal file
8
config/config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
export default {
|
||||
port: 3030,
|
||||
proxyPort: '7890',
|
||||
baseUrl: 'https://www.06se.com',
|
||||
hot_tags: function () {
|
||||
return `${this.baseUrl}/hot_tags`
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user