moshaorui 1 týždeň pred
rodič
commit
0daf74cca7
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      app/Distributor/Forms/SmmAddAccount.php

+ 1 - 0
app/Distributor/Forms/SmmAddAccount.php

@@ -23,6 +23,7 @@ class SmmAddAccount extends Form
             if ($result['status']) {
                 // 返回 JS 代码触发新窗口打开
                 $url = $result['data']['url'];
+
                 return $this->response()->script(
                     "window.open('{$url}', '_blank')"
                 );