-
zhangwei
2 天以前 cc2afe7df52e288a0c2e4d42d2c47a8826c2dc15
Web/src/views/home/widgets/components/version.vue
@@ -6,7 +6,7 @@
      </template>
      <div style="height: 210px; text-align: center">
         <img :src="verSvg" style="height: 140px" />
         <h2 style="margin-top: 15px">非政采招标采购交易管理平台</h2>
         <h2 style="margin-top: 15px">自主招标采购网管理平台</h2>
         <p style="margin-top: 5px">最新版本 {{ version }}</p>
      </div>
      <div style="margin-top: 20px; margin-bottom: 20px; float: right">
@@ -39,10 +39,10 @@
};
const golog = () => {
   window.open('https://gitee.com/zuohuaijun/非政采招标采购交易管理平台/issues');
   window.open('https://gitee.com/zuohuaijun/自主招标采购网管理平台/issues');
};
const gogit = () => {
   window.open('https://gitee.com/zuohuaijun/非政采招标采购交易管理平台.git');
   window.open('https://gitee.com/zuohuaijun/自主招标采购网管理平台.git');
};
</script>