tanxue 4 anni fa
parent
commit
fb8812e223
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      nuxt.config.js

+ 1 - 1
nuxt.config.js

@@ -18,7 +18,7 @@ export default {
   server: {
     // port 端口,默认3000,nuxt默认
     port: 3000, // default: 3000
-    // host:连接服务器主机名
+    // host:连接服务器主机名  分享本地地址修改此处,例:192.168.0.32
     host: isPro?pro.host:'localhost' // default: localhost,
   },
   /*