瀏覽代碼

bug 修复

lilei 3 年之前
父節點
當前提交
da221acb53
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/MultiTab/MultiTab.vue

+ 1 - 1
src/components/MultiTab/MultiTab.vue

@@ -163,7 +163,7 @@ export default {
         >
           <span slot="tab">
             {this.renderTabPane(page.meta.customTitle || page.meta.title, page.name)}
-            {this.activeKey == page.name ? (<a-icon
+            {this.activeKey == 'page.name' ? (<a-icon
               {...{ on: { click: refashThat } }}
               style={{ marginLeft: '8px', fontSize: '12px' }}
               type="reload" />) : ''}