mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-08 01:48:33 +08:00
Merge branch 'main' of https://gitee.com/dromara/MaxKey
This commit is contained in:
commit
77182946e0
@ -118,7 +118,7 @@
|
||||
mxk_userinfo u
|
||||
where
|
||||
u.id not in(
|
||||
select rm.memberid
|
||||
select gm.memberid
|
||||
from mxk_groups g,mxk_group_member gm
|
||||
where 1 = 1
|
||||
<if test="groupId != null and groupId != ''">
|
||||
|
||||
@ -21,6 +21,7 @@
|
||||
"scaffold"
|
||||
],
|
||||
"scripts": {
|
||||
"npm:pre": "npm install --ignore-scripts --registry https://registry.npmmirror.com || npm install --ignore-scripts --registry https://registry.npmjs.org",
|
||||
"ng-high-memory": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng",
|
||||
"ng": "ng",
|
||||
"start": "ng s -o --serve-path=/maxkey/ --port=8527",
|
||||
|
||||
@ -21,6 +21,7 @@
|
||||
"scaffold"
|
||||
],
|
||||
"scripts": {
|
||||
"npm:pre": "npm install --ignore-scripts --registry https://registry.npmmirror.com || npm install --ignore-scripts --registry https://registry.npmjs.org",
|
||||
"ng-high-memory": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng",
|
||||
"ng": "ng",
|
||||
"start": "ng s -o --serve-path=/maxkey-mgt/ --port=8526",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user