dashboard-shell-shell 3.0.5-order.4 → 3.0.5-order.5
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/package.json +1 -1
- package/pages/auth/login.vue +2 -2
- package/scripts/publish-shell.sh +1 -1
package/package.json
CHANGED
package/pages/auth/login.vue
CHANGED
|
@@ -70,7 +70,7 @@ export default {
|
|
|
70
70
|
},
|
|
71
71
|
|
|
72
72
|
computed: {
|
|
73
|
-
...mapGetters(['isSingleProduct'
|
|
73
|
+
...mapGetters(['isSingleProduct']),
|
|
74
74
|
...mapGetters({ t: 'i18n/t', hasMultipleLocales: 'i18n/hasMultipleLocales' }),
|
|
75
75
|
|
|
76
76
|
loggedOutSuccessMsg() {
|
|
@@ -309,7 +309,7 @@ export default {
|
|
|
309
309
|
|
|
310
310
|
let routerParmas = 'index'
|
|
311
311
|
|
|
312
|
-
if (
|
|
312
|
+
if (!this.isHarvester){
|
|
313
313
|
routerParmas = {
|
|
314
314
|
name: 'c-cluster-product-resource',
|
|
315
315
|
params: {
|