Sfoglia il codice sorgente

本地启动访问地址

sunny 5 mesi fa
parent
commit
d9e9fbd305
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      vue.config.js

+ 2 - 1
vue.config.js

@@ -15,7 +15,8 @@ const cdn = {
 const timestamp = new Date().getTime();
 module.exports = defineConfig({
   devServer:{
-    host: '192.168.100.104',
+    host: 'localhost',
+    // host: '192.168.100.104',
     open:true
   },
   transpileDependencies: true,