|
@@ -98,7 +98,7 @@ export default {
|
|
|
},
|
|
|
created() {
|
|
|
console.log('type', this.$route.query)
|
|
|
- if (!!this.$route.query.urlType) {
|
|
|
+ if (!!this.$route.query.urlType || this.$route.query.urlType == 0) {
|
|
|
console.log('111');
|
|
|
sessionStorage.setItem('urlType', this.$route.query.urlType)
|
|
|
return (this.routeType = sessionStorage.getItem('urlType'))
|