tangning hai 10 meses
pai
achega
cdb3a765e2
Modificáronse 2 ficheiros con 6 adicións e 2 borrados
  1. 5 1
      src/views/lanUser/platformList.vue
  2. 1 1
      src/views/sys/login/Login.vue

+ 5 - 1
src/views/lanUser/platformList.vue

@@ -125,7 +125,11 @@
         {
           title: '平台地址',
           dataIndex: 'platformAddress',
-          width: 100,
+          width: 200,
+          customRender: ({ record }) => {
+            let url = window.location.origin + window.location.pathname + '?key=' + record.platformAddress;
+            return url;
+          },
         },
         {
           title: '平台管理员姓名',

+ 1 - 1
src/views/sys/login/Login.vue

@@ -10,7 +10,7 @@
     <span class="-enter-x xl:hidden">
       <AppLogo :alwaysShowTitle="true" />
     </span>
-    <div class="suoyuan">[ 江门市公安局&五邑大学 ] 联合实验室提供技术支持</div>
+    <div class="suoyuan">公安部鉴定中心 & 江门市公安局 & 五邑大学联合实验室 | 公安部科技强警基础工作计划(2022JC13)</div>
     <div class="container relative h-full py-2 mx-auto sm:px-10">
       <div class="flex h-full">
         <div class="hidden min-h-full pl-4 mr-4 xl:flex xl:flex-col xl:w-5/12">