rabin 1 year ago
parent
commit
e66a73a501
1 changed files with 1 additions and 1 deletions
  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.path.indexOf('group') != -1) {
+if (location.href.indexOf('group') != -1) {
   tokenTableName = 'dever-admin-sign-group'
 }
 deverConfig = {