rabin hai 1 ano
pai
achega
5dd61b1224
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package/manage/config.js

+ 1 - 1
package/manage/config.js

@@ -9,7 +9,7 @@ if (location.port == '15000') {
   url = location.origin + location.pathname + 'api'
 }
 let tokenTableName = 'dever-admin-sign'
-if (location.href.indexOf('group') != -1) {
+if (location.href.indexOf('groupLogin') != -1 || location.href.indexOf('system=group') != -1) {
   tokenTableName = 'dever-admin-sign-group'
 }
 deverConfig = {