工业设计
diff --git a/src/entry-client.js b/src/entry-client.js
index e300863..8b684f2 100755
--- a/src/entry-client.js
+++ b/src/entry-client.js
@@ -3,7 +3,7 @@ if (
navigator.userAgent,
)
) {
- window.location.href = 'https://www.iflytop.com/mobile/'
+ window.location.href = 'https://www.iflytop.com/mobile/hardware'
} else {
import('./main.js')
}
diff --git a/vite.config.js b/vite.config.js
index ee893b1..9f154e5 100755
--- a/vite.config.js
+++ b/vite.config.js
@@ -21,7 +21,7 @@ export default defineConfig({
},
extensions: ['.js', '.json', '.vue'],
},
- base: '/pc-hardware/',
+ base: '/pc/hardware',
assetsInclude: ['**/*.mp4'],
server: {
host: '0.0.0.0',