Przeglądaj źródła

修改参数不全

peng 2 lat temu
rodzic
commit
f8febfeb05
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      web/avss_index.html

+ 1 - 1
web/avss_index.html

@@ -491,7 +491,7 @@
     function editFunc($this) {
 
         let langKey = $($this).parent().parent().children().eq(1).text()
-        langKey = langKey.replace(/\\"/g, '"')
+        langKey = langKey.replace(/"/g, '"')
         $('#modal-container-593541').modal('show')
         let user_perm = initData['user_perm']
         console.log(initData)