瀏覽代碼

我的借款

ljy121 1 年之前
父節點
當前提交
90ea602439
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      client/src/views/OaSystem/mineCenter/components/rightBox.vue

+ 5 - 0
client/src/views/OaSystem/mineCenter/components/rightBox.vue

@@ -43,6 +43,9 @@ const Ptbx = defineAsyncComponent(() => {
 const Wdyk = defineAsyncComponent(() => {
   return import('../rightChild/wdyk.vue')
 })
+const Wdjk = defineAsyncComponent(() => {
+  return import('../rightChild/myLoan.vue')
+})
 const rightTabsList = ref([
   {
     icon: 'wdda',
@@ -87,6 +90,8 @@ const rightTabsClick = (item, index) => {
     currentComponent.value = Ptbx
   } else if (item.icon == 'wdyk') {
     currentComponent.value = Wdyk
+  } else if (item.icon == 'wdjk') {
+    currentComponent.value = Wdjk
   }
 }
 /** 初始化 **/