Skip to content

Commit 002a012

Browse files
author
Taois
committed
feat:播放请求头及代理
1 parent cfd013d commit 002a012

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dashboard/src/views/Settings.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ const addressSettings = reactive({
853853
liveConfig: '',
854854
proxyAccess: '',
855855
proxyAccessEnabled: false,
856-
proxyPlay: 'http://localhost:57572/proxy?form=base64&url=${url}&header=${headers}&type=${type}#嗷呜',
856+
proxyPlay: 'http://localhost:57572/proxy?form=base64&url=${url}&headers=${headers}&type=${type}#嗷呜',
857857
proxyPlayEnabled: false,
858858
proxySniff: 'http://localhost:57573/sniffer',
859859
proxySniffEnabled: false,
@@ -1134,7 +1134,7 @@ const resetProxyPlay = async () => {
11341134
addressSaving.proxyPlayReset = true
11351135
try {
11361136
// 重置为默认值
1137-
addressSettings.proxyPlay = 'http://localhost:57572/proxy?form=base64&url=${url}&header=${headers}&type=${type}#嗷呜'
1137+
addressSettings.proxyPlay = 'http://localhost:57572/proxy?form=base64&url=${url}&headers=${headers}&type=${type}#嗷呜'
11381138
addressSettings.proxyPlayEnabled = false
11391139
11401140
// 保存到本地存储
@@ -1332,7 +1332,7 @@ const resetAllSettings = () => {
13321332
liveConfig: '',
13331333
proxyAccess: '',
13341334
proxyAccessEnabled: false,
1335-
proxyPlay: 'http://localhost:57572/proxy?form=base64&url=${url}&header=${headers}&type=${type}#嗷呜',
1335+
proxyPlay: 'http://localhost:57572/proxy?form=base64&url=${url}&headers=${headers}&type=${type}#嗷呜',
13361336
proxyPlayEnabled: false,
13371337
proxySniff: 'http://localhost:57573/sniffer',
13381338
proxySniffEnabled: false

0 commit comments

Comments
 (0)