dever 6 年之前
父节点
当前提交
25b796daf9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      service/src/Base.php

+ 1 - 1
service/src/Base.php

@@ -8,7 +8,7 @@ class Base
 
 
 	public function __construct()
 	public function __construct()
     {
     {
-        $this->location('list', array(), 'buy');
+        //$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));