feat: refresh h5 debug workflow and ui design

This commit is contained in:
nepiedg
2026-03-31 21:29:54 +08:00
parent a55614c04f
commit e92f1bdfae
9 changed files with 1303 additions and 1329 deletions
+5 -1
View File
@@ -5,9 +5,13 @@ import Uni from '@uni-helper/plugin-uni'
export default defineConfig({
server: {
host: '0.0.0.0',
port: 5173,
strictPort: true,
proxy: {
'/api/v1': {
target: 'http://localhost:8080',
// target: 'http://localhost:8080',
target: 'http://nas.quitsmok.top:8300',
changeOrigin: true
}
}