张延森 3 лет назад
Родитель
Сommit
4a1221e954
1 измененных файлов: 0 добавлений и 1 удалений
  1. 0
    1
      src/main.js

+ 0
- 1
src/main.js Просмотреть файл

29
 const queryPath = getQueryPath()
29
 const queryPath = getQueryPath()
30
 if (queryPath) {
30
 if (queryPath) {
31
   window.location.href = queryPath
31
   window.location.href = queryPath
32
-  return
33
 }
32
 }
34
 
33
 
35
 
34