mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2025-12-16 20:33:03 +00:00
1. 修改文叔叔链接匹配规则
This commit is contained in:
@@ -136,7 +136,8 @@ export default {
|
||||
name: 'App',
|
||||
data() {
|
||||
return {
|
||||
baseAPI: `${location.protocol}//${location.hostname}:6400`,
|
||||
// baseAPI: `${location.protocol}//${location.hostname}:6400`,
|
||||
baseAPI: `${location.protocol}//${location.host}`,
|
||||
current: {}, // 当前分享
|
||||
showQrc: false,
|
||||
codeUrl: '',
|
||||
|
||||
Reference in New Issue
Block a user