Explorar el Código

feat: 修复语法错误

rindy hace 1 año
padre
commit
f4baea3004
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

@@ -24,7 +24,7 @@ const devServer = {
             }
         },
         '/smart-site': {
-            target: process.env.VUE_APP_DEV_PROXY
+            target: process.env.VUE_APP_DEV_PROXY,
             changeOrigin: true,
             headers: {
                 Connection: 'keep-alive',