vona-module-a-user 5.0.20 → 5.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -532,7 +532,7 @@ let MetaPrintTip = (_dec$1 = Meta(), _dec2$1 = BeanInfo({
|
|
|
532
532
|
module: "a-user"
|
|
533
533
|
}), _dec$1(_class$1 = _dec2$1(_class$1 = class MetaPrintTip extends BeanBase {
|
|
534
534
|
async execute() {
|
|
535
|
-
if (!this.app.meta.
|
|
535
|
+
if (!this.app.meta.isDev) return;
|
|
536
536
|
// signin
|
|
537
537
|
const jwt = await this.app.bean.executor.newCtx(async () => {
|
|
538
538
|
return await this.bean.passport.signinSystem('dev', '-1');
|