修正布局,删改无用页面
This commit is contained in:
@@ -17,7 +17,7 @@ export default defineConfig({
|
||||
server: {
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: 'http://192.168.43.89:8084',
|
||||
target: 'http://localhost:8084',
|
||||
changeOrigin: true,
|
||||
secure: true,
|
||||
bypass: function(req, res, proxyOptions) {
|
||||
|
||||
Reference in New Issue
Block a user