Vite 启动项目后,发现只有localhost 端口 服务,没有 IP 端口服务。 运行npm run serve,终端提示Vite启动后提示Network: use ‘–host’ to expose。
在vite.config.js中配置server
import {defineConfig
} from vite
import vue from vi…
1、需求:
非root用户(普通用户)能够读写windows共享目录,比如查看文件、创建文件、修改文件、删除文件
# 让普通用户也可以正常读写
uidvalue and gidvalue
Set the owner and group of the root of the file system (default: …