傅行帆 5 anni fa
parent
commit
b97a3c0a50
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      vue.config.js

+ 1
- 1
vue.config.js Vedi File

@@ -3,7 +3,7 @@ module.exports = {
3 3
   devServer: {
4 4
     proxy: {
5 5
       '/api': {
6
-        target: 'http://192.168.0.11:8001',
6
+        target: 'http://localhost:8080',
7 7
         changeOrigin: true,
8 8
         // pathRewrite: {
9 9
         //   '^/api': '/'