dyjh 6 years ago
parent
commit
69691f4431
1 changed files with 1 additions and 1 deletions
  1. 1 1
      routes/web.php

+ 1 - 1
routes/web.php

@@ -31,7 +31,7 @@ if (strpos(request()->getRequestUri(), '/addons/') !== false) {
         session_start();
         session_start();
         if (empty($_SESSION['store_id']) || empty($_SESSION['wUser'])) {
         if (empty($_SESSION['store_id']) || empty($_SESSION['wUser'])) {
             return redirect('../../../web/index.php?c=wxapp&a=display');
             return redirect('../../../web/index.php?c=wxapp&a=display');
-        }
+        }dd($_SESSION['wUser']);
         session()->put('store_id', $_SESSION['store_id']);
         session()->put('store_id', $_SESSION['store_id']);
         session()->put('wUser', $_SESSION['wUser']);
         session()->put('wUser', $_SESSION['wUser']);
 //        session()->put('wAccount', $_SESSION['wAccount']);
 //        session()->put('wAccount', $_SESSION['wAccount']);