slowslo hace 5 años
padre
commit
e26f19765f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

@@ -23,7 +23,7 @@ module.exports = {
   },
   //开发模式反向代理配置,生产模式请使用Nginx部署并配置反向代理
   devServer: {
-    port: 1888,
+    port: 1889,
     proxy: {
       '/api': {
         //本地服务接口地址