bug: 修改eslint检查的代码缺陷
This commit is contained in:
@@ -60,7 +60,7 @@ export default defineConfig(({ mode }) => {
|
||||
proxy: {
|
||||
'/api': {
|
||||
// target: 'https://iot.riemann.tech/api/',
|
||||
target: 'http://127.0.0.1:7777',
|
||||
target: 'http://127.0.0.1:8888',
|
||||
changeOrigin: true,
|
||||
rewrite: (path) => path.replace(/^\/api/, ''),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user