dashboard-shell-shell 3.0.5-test.50 → 3.0.5-test.51
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.
|
@@ -514,9 +514,8 @@ export default {
|
|
|
514
514
|
</div>
|
|
515
515
|
|
|
516
516
|
<!-- 自定义插槽,可插入额外内容 -->
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
</div>
|
|
517
|
+
<slot name="customize" />
|
|
518
|
+
|
|
520
519
|
<!-- <div
|
|
521
520
|
v-show="!descriptionHidden"
|
|
522
521
|
:data-testid="componentTestid + '-description'"
|
package/package.json
CHANGED
package/pages/auth/login.vue
CHANGED
|
@@ -312,7 +312,7 @@ export default {
|
|
|
312
312
|
this.$store.dispatch('auth/setInitialPass', this.password);
|
|
313
313
|
this.$router.push({ name: 'auth-setup' });
|
|
314
314
|
} else {
|
|
315
|
-
this.$router.push({ name: '
|
|
315
|
+
this.$router.push({ name: 'index' });
|
|
316
316
|
}
|
|
317
317
|
|
|
318
318
|
} catch (err) {
|