home
This commit is contained in:
@@ -55,7 +55,7 @@ export default {
|
||||
toPage2 (e) {
|
||||
let url = e.path
|
||||
let name = url.substr(1)
|
||||
if (name === 'semifinishedinstore') {
|
||||
if (name === 'semifinishedinstore' || name === 'semifinishedoutstore') {
|
||||
this.$store.dispatch('setKeepAlive', [name])
|
||||
}
|
||||
this.$router.push(url)
|
||||
|
||||
Reference in New Issue
Block a user