feat: refresh h5 debug workflow and ui design
This commit is contained in:
+5
-1
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user