上一页 1 2 3 4 5 6 7 8 9 10 ··· 27 下一页
摘要: ###在home的区域显示welcome页面 =home的子路由规则是welcome 路由占位符$$$ ###左侧菜单改为路由链接 ①开启路由模式 ②index属性当做跳转地址 数据: 阅读全文
posted @ 2022-01-07 16:48 ice猫猫3 阅读(38) 评论(0) 推荐(0) 编辑
摘要: 阿里字体图标库提供的操作步骤: 实际导入css 引用类即可 阅读全文
posted @ 2022-01-07 15:06 ice猫猫3 阅读(42) 评论(0) 推荐(0) 编辑
摘要: ##获取数据——get请求 把获取到的数据立即挂载到自己的私有数据data中 代码: if (res.meta.status !== 200) return this.$message.error(res.meta.msg);非常常用 ##后台数据: ##数据渲染/绑定——v-for v-for 需 阅读全文
posted @ 2022-01-07 01:31 ice猫猫3 阅读(65) 评论(0) 推荐(0) 编辑
摘要: ##主页home布局 先上下,再左右(第四个↓)来源: 代码: 注册:element.js中注册 ##header布局 display:flex; justify-content:space-between; align-items:center; ##aside菜单栏布局 来源: 代码: 注册:e 阅读全文
posted @ 2022-01-07 00:36 ice猫猫3 阅读(76) 评论(0) 推荐(0) 编辑
摘要: error: failed to push some refs to 'https://gitee.com/icemiaomiao3/vue_shop.git' 解决: git pull --rebase origin master 再上传 git push -u origin master 阅读全文
posted @ 2022-01-06 22:48 ice猫猫3 阅读(63) 评论(0) 推荐(0) 编辑
摘要: ##弹窗提示 element ui找到的(这个上不准) element ui配置,这样this就能访问到 具体应用: this.$message.success this.$message.error ##登录成功之后 存token于sessionStorage——window.sessionSto 阅读全文
posted @ 2022-01-06 20:22 ice猫猫3 阅读(129) 评论(0) 推荐(0) 编辑
摘要: ###对象的解构赋值 result对象有data属性,只要data属性并重命名为res→→{data:res} ###模板字符串 ${xxx} `users/:${rowData.id}/${rowData.mg_state}/:type` ###设置少量样式 直接把原来的 用style装一下 <i 阅读全文
posted @ 2022-01-05 16:06 ice猫猫3 阅读(50) 评论(0) 推荐(0) 编辑
摘要: ##css技巧 ####多个类,条件实现类 :class="[i2 0 ? '' : 'btop', 'vcenter']" ####提升权重 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) !important; ####高度与宽度相等 width: 75px; 阅读全文
posted @ 2022-01-05 14:28 ice猫猫3 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 1 阅读全文
posted @ 2022-01-01 23:38 ice猫猫3 阅读(10) 评论(0) 推荐(0) 编辑
摘要: ###起因:接口启动失败 ###导入数据库完成 ###尝试 ####①用户名、密码同、导入的数据库名同 ####②端口测试正常 ###postman测试接口链接正常的,路径:https://lianghj.top:8888/api/private/v1/ 阅读全文
posted @ 2021-12-31 14:27 ice猫猫3 阅读(157) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 27 下一页