04 2024 档案
摘要:在vue.config.js(或者配置config了的,就在config下的index.js )文件下设置devServer或者dev中的public属性值,需要修改为自己电脑的 IPV4 地址 ,获取IPV4 地址方法,Win + R 打开运行窗口,输入cmd,在命令行输入 ipconfig 回车
阅读全文
摘要:// store/modules/a.js export default { state: { ... }, getters: { ... }, mutations: { ... }, actions: { ... } } // store/modules/b.js export default {
阅读全文