1. 修改文叔叔链接匹配规则

This commit is contained in:
QAIU
2024-09-24 17:55:18 +08:00
parent e002d19f1b
commit f5c5b99579
2 changed files with 4 additions and 3 deletions

View File

@@ -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: '',