Browse Source

11. 文档、仓库地址、关于我们的调整

YunaiV 2 years ago
parent
commit
cb014fb5cb

+ 26 - 0
src/components/GoSystemInfo/index.vue

@@ -10,6 +10,32 @@
         </n-space>
       </template>
 
+      <n-list-item>
+        <n-space class="go-my-2" :size="20">
+          <n-text class="item-left">&nbsp; Boot 后端:</n-text>
+          <n-text>
+            对应 <n-a href="https://gitee.com/zhijiantianya/ruoyi-vue-pro" target="_blank">https://gitee.com/zhijiantianya/ruoyi-vue-pro</n-a> 项目
+          </n-text>
+        </n-space>
+      </n-list-item>
+      <n-list-item>
+        <n-space class="go-my-2" :size="20">
+          <n-text class="item-left">Cloud 后端:</n-text>
+          <n-text>
+            对应 <n-a href="https://gitee.com/zhijiantianya/yudao-cloud" target="_blank">https://gitee.com/zhijiantianya/yudao-cloud</n-a> 项目
+          </n-text>
+        </n-space>
+      </n-list-item>
+
+      <n-list-item>
+        <n-space class="go-my-2" :size="20">
+          <n-text class="item-left" type="error">重要重要:</n-text>
+          <n-text type="error">
+            如下声明来自 GoView,和 ruoyi-vue-pro / yudao-cloud 项目无关,它们还是免费、免授权可使用!!!
+          </n-text>
+        </n-space>
+      </n-list-item>
+
       <n-list-item>
         <n-space class="go-my-2" :size="20">
           <n-text class="item-left">版权声明:</n-text>

+ 0 - 5
src/layout/components/LayoutFooter/index.vue

@@ -8,11 +8,6 @@
             {{ docPath }}
           </n-a>
         </n-text>
-        <n-text depth="3">
-          <n-a italic href="https://beian.miit.gov.cn/" target="_blank">
-            京ICP备2021034585号-1
-          </n-a>
-        </n-text>
       </n-space>
     </slot>
   </div>

+ 2 - 2
src/settings/pathConst.ts

@@ -1,10 +1,10 @@
 // * 外部路径地址
 
 // 项目文档地址
-export const docPath = "https://www.mtruning.club/"
+export const docPath = "https://doc.iocoder.cn/report/"
 
 // 项目源码
-export const giteeSourceCodePath = "https://gitee.com/dromara/go-view"
+export const giteeSourceCodePath = "https://gitee.com/zhijiantianya/yudao-ui-go-view"
 
 // 赞助
 export const sponsorPath = "https://www.mtruning.club/sponsor/"