dever 6 سال پیش
والد
کامیت
b550aef3be
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      service/src/Base.php

+ 1 - 0
service/src/Base.php

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