增加新项目
This commit is contained in:
8
项目合集/最新写真app/backend/config/config.js
Normal file
8
项目合集/最新写真app/backend/config/config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
export default {
|
||||
port: 9940,
|
||||
proxyPort: 7890,
|
||||
baseUrl: 'https://www.06se.com',
|
||||
hot_tags: function () {
|
||||
return `${this.baseUrl}/hot_tags`
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user