修改爬虫
This commit is contained in:
7
newBackApi/config/config.js
Normal file
7
newBackApi/config/config.js
Normal file
@@ -0,0 +1,7 @@
|
||||
export default {
|
||||
port: 3000,
|
||||
baseUrl: 'https://www.06se.com',
|
||||
hot_tags: function () {
|
||||
return `${this.baseUrl}/hot_tags`
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user