Browse Source

no message

durong 5 years ago
parent
commit
e4e4037c3f
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.所有用户'
             ]
         ];
     }