dever 6 năm trước cách đây
mục cha
commit
b550aef3be
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      service/src/Base.php

+ 1 - 0
service/src/Base.php

@@ -8,6 +8,7 @@ class Base
 
 	public function __construct()
     {
+        $this->location('list', array(), 'buy');
         $p = Dever::input('p');
         if ($p) {
             $this->config = Dever::json_decode(Dever::decode($p, $this->key));