会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
winyh
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
24
25
26
27
28
29
30
31
32
···
83
下一页
2020年6月1日
ant-deisgn form 获取不到表单里的值
摘要: this.$form.createForm(this, { name: 'form' }) <from :form="form"></form> 获取不到值 this.buyForm.getFieldsValue() 原因:标签忘写 a 前缀 <a-from :form="form"></a-for
阅读全文
posted @ 2020-06-01 10:37 winyh
阅读(637)
评论(0)
推荐(0)
2020年5月28日
Ant-design-pro 路由跳转
摘要: import { history } from 'umi'; 以下的不正确,更换成了 history
阅读全文
posted @ 2020-05-28 21:57 winyh
阅读(2444)
评论(0)
推荐(0)
2020年5月27日
Postman 多图上传时配置
摘要: name 值 需要为 数组 file[] (单图时只需要 file) content-type 类型为 : form-data
阅读全文
posted @ 2020-05-27 17:21 winyh
阅读(822)
评论(0)
推荐(0)
2020年5月26日
Vue 骚操作
摘要: 子组件 actionHandle(type, record) { this.$emit('action', type, record, bool => { if (bool) { alert('success!') this.getTableData() } }) }, 父组件 onAction(t
阅读全文
posted @ 2020-05-26 18:45 winyh
阅读(291)
评论(0)
推荐(0)
antd-design-pro 生产环境部署
摘要: 场景描述 1.后台用laravel 监听的 80 端口,前端页面用 blade 模板生产, laravel 路由访问 (www.main.com) 2.后端用 ant-design-pro, 构建后 用 express 部署, pm2 守护进程,在 5050 端口启动 3.子域名 admin.mai
阅读全文
posted @ 2020-05-26 11:32 winyh
阅读(5454)
评论(6)
推荐(0)
上一页
1
···
24
25
26
27
28
29
30
31
32
···
83
下一页