Browse Source

Merge branch 'startLogin' into jenkins

mo 1 year ago
parent
commit
6ffb3b2a8c
2 changed files with 15 additions and 1 deletions
  1. 1 1
      src/views/login/index.tsx
  2. 14 0
      vite.config.ts

+ 1 - 1
src/views/login/index.tsx

@@ -135,7 +135,7 @@ export default defineComponent({
         </div>
         <div class={styles['view-account-form']}>
           <img class={styles.colLogo} src={colLogo}></img>
-          11333355555
+          113333666666
           {isForgot.value ? (
             <NTabs
               key="forgotPassword"

+ 14 - 0
vite.config.ts

@@ -70,6 +70,20 @@ export default defineConfig({
             options: {
               cacheName: 'js-css-cache'
             }
+          },
+          {
+            urlPattern: /.*\.html.*/,
+            handler: 'NetworkOnly',
+            options: {
+              cacheName: 'wisbayar-html',
+              expiration: {
+                maxEntries: 20,
+                maxAgeSeconds: 30 * 24 * 60 * 60
+              },
+              cacheableResponse: {
+                statuses: [200]
+              }
+            }
           }
         ]
       },