|
@@ -75,12 +75,13 @@ var vNode = {
|
|
|
},
|
|
|
created () {
|
|
|
var recover = this.recover()
|
|
|
+ let lid = utils.getParam('tag')
|
|
|
+ if(lid) {
|
|
|
+ lid = decodeURIComponent(lid)
|
|
|
+ this.getTagsList(lid)
|
|
|
+ }
|
|
|
if (!recover) {
|
|
|
- let lid = utils.getParam('tag')
|
|
|
- if(lid) {
|
|
|
- lid = decodeURIComponent(lid)
|
|
|
- this.getTagsList(lid)
|
|
|
- }else{
|
|
|
+ if(!lid) {
|
|
|
this.getList()
|
|
|
this.getTagsList()
|
|
|
}
|