rindy před 2 roky
rodič
revize
1d71ae08f8
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

@@ -20,7 +20,7 @@ const devServer = {
             changeOrigin: true
         },
         '/smart-site': {
-            target: 'http://192.168.0.152:8111', //'https://test.4dkankan.com/',
+            target: 'https://test.4dkankan.com/',//'http://192.168.0.152:8111', //
             changeOrigin: true
         }
     }