修复代理不生效的问题

pull/930/merge
lyswhut 2022-01-04 15:27:20 +08:00
parent 8ae3347c05
commit 36966e220c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
### 优化
- 为可视化音频的频谱整体添加频谱均值加成,使频谱显示更有节奏感
### 修复
- 修复代理不生效的问题

View File

@ -19,7 +19,7 @@ export default () => {
sync.enable = setting.value.sync.enable
apiSource.value = setting.value.apiSource
proxy.value = Object.assign({}, setting.value.network.proxy)
Object.assign(proxy, setting.value.network.proxy)
const dieableIgnoreMouseEvents = () => {
if (window.dt) return