Browse Source

no message

durong 5 years ago
parent
commit
c052e8973d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/ConfigController.php

+ 1 - 1
app/Http/Controllers/ConfigController.php

@@ -121,7 +121,7 @@ class ConfigController extends Controller
             ],
             //行为绑定用户
             'behavior_binding_users'=>[
-                '0'=>'0.所有用户'
+                0=>'所有用户'
             ]
         ];
     }