Explorar el Código

关闭体验入口

shish hace 5 años
padre
commit
9bf28107a0
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      common/components/dict.php

+ 2 - 2
common/components/dict.php

@@ -32,10 +32,10 @@ class dict
         'sale_purchase_order_valid' => 200,
 
         //需要显示国兰的信息 0不需要 1需要(需要提交审核小程序时请显示国兰信息)
-        'showGlInfo' => 1,
+        'showGlInfo' => 0,
 
         //显示零售和供货商的演示入口 0不需要 1需要
-        'showDemo' => 1,
+        'showDemo' => 0,
 
         //零售演示的管理员id
         'hdDemoAdminId' => 427,