浏览代码

增加注释

tanxue 4 年之前
父节点
当前提交
fb8812e223
共有 1 个文件被更改,包括 1 次插入1 次删除
  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,
   },
   /*