dever 6 years ago
parent
commit
7ddb1bf4ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      h5/src/View.php

+ 1 - 1
h5/src/View.php

@@ -55,7 +55,7 @@ class View extends Core
             }
 
             # 应用宝地址
-            $data['app'] = '';
+            $data['app'] = 'http://t.cn/ELf3Waq';
 
             return Dever::render($template, $data);
         } else {