大小写
This commit is contained in:
@@ -28,7 +28,7 @@ export default defineConfig({
|
||||
rewrite: (path) => path.replace(/^\/api/, ''), // 不可以省略rewrite
|
||||
},
|
||||
'/static': {
|
||||
target: 'http://192.168.1.138:83',
|
||||
target: 'http://www.free.loc',
|
||||
changeOrigin: true,
|
||||
rewrite: (path) => path.replace(/^\/api/, ''), // 不可以省略rewrite
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user