傅行帆 il y a 5 ans
Parent
révision
1af933ad91
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      vue.config.js

+ 1
- 1
vue.config.js Voir le fichier

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