tangning hace 10 meses
padre
commit
9c8dc34156
Se han modificado 2 ficheros con 4 adiciones y 1 borrados
  1. 1 1
      .env.development
  2. 3 0
      src/views/config/index.vue

+ 1 - 1
.env.development

@@ -6,7 +6,7 @@ VITE_PUBLIC_PATH = ./
 
 # Cross-domain proxy, you can configure multiple
 # Please note that no line breaks
-VITE_PROXY = [["/basic-api","http://localhost:3000"],["/xspace","https://test-jp.4dkankan.com/"],["/service","https://testeur.4dkankan.com"]]
+VITE_PROXY = [["/basic-api","http://localhost:3000"],["/xse","https://test-jp.4dkankan.com/"],["/service","https://testeur.4dkankan.com"]]
 # VITE_PROXY = [["/basic-api","http://localhost:3000"],["/upload","https://v4-uat.4dkankan.com/service/manage/common/upload/files"],["/service","https://v4-uat.4dkankan.com"]]
 
 # Delete console

+ 3 - 0
src/views/config/index.vue

@@ -57,16 +57,19 @@
         {
           title: t('routes.config.serial'),
           dataIndex: 'serial',
+          customRender: () => '**************',
           width: 120,
         },
         {
           title: t('routes.config.account'),
           dataIndex: 'account',
+          customRender: () => '**********',
           width: 150,
         },
         {
           title: t('routes.config.password'),
           dataIndex: 'password',
+          customRender: () => '*******',
           width: 150,
         },
         {