优化项目,进行响应式处理
This commit is contained in:
@@ -16,7 +16,7 @@ export default defineConfig({
|
||||
proxy: {
|
||||
// Proxy API requests to the backend server
|
||||
// '/api': {
|
||||
// target: 'http://localhost:8080',
|
||||
// target: 'https://interview.qingqiu.online/api',
|
||||
// changeOrigin: true, // Needed for virtual hosted sites
|
||||
// secure: false, // Optional: if you are using https
|
||||
// rewrite: (path) => path.replace(/^\/api/, ''),
|
||||
|
||||
Reference in New Issue
Block a user