iview-admin
iview-admin copied to clipboard
Vue 2.0 admin management system template based on iView
Failed to load resource: the server responded with a status of 404 (Not Found) 
场景:我有一个列表,每一行都有一个查看图片按钮,点了就弹出一个框,里面是图片轮播。 实现:把Carousel放到Modal里面,Carousel是请求的数据,每个列表都不一样(如果图片是死数据,轮播是撑开的,没问题) 问题:这时图片不显示
例如,我在confirm和custom这两个方法中都写了Modal.confirm,但是当我使用confirm的onOk来调用custom时,弹出的custom对话框**闪烁**一下就**消失**了,这是为什么呢?** ``` confirm () { this.$Modal.confirm({ content: '1', onOk: () => { this.custom(); } }); }, custom () { this.$Modal.confirm({ content: '2', okText: 'OK', cancelText: 'Cancel' }); } ```
自己升级了vue和view版本 发现有个table确认操作显示的bug ,如图:  
SEC7118: http://192.168.1.250:7777/lz/account/passport/login 的 XMLHttpRequest 需要跨域资源共享(CORS)。文件: login SEC7119: http://192.168.1.250:7777/lz/account/passport/login 的 XMLHttpRequest 需要飞行前 CORS。文件: login SEC7123: Access-Control-Allow-Headers 列表中不存在请求标头 content-type。文件: login SCRIPT7002: XMLHttpRequest: 网络错误 0x80070005, 拒绝访问。 文件: login Unhandled promise rejection SyntaxError: 无效字符
关于锚点的问题
iview-admin中没有看到有锚点的使用呢?我新建一个页面,没有起到想要的结果,求助 12312312312 123123123123 export default { name: "test-plugin" }
如图给路由设置多个权限  当前权限判断的源码  如图,console打印,Array和Int类型无法正确判断,需要`Util.oneOf`方法 
必须强制空格 不空格就会报错 如图 
我发现用iview-admin搭建打包的项目在ie11中打不开,报语法错误,点击查看发现有两处箭头函数,这两个箭头函数是不是在某个地方写进去导致babel没有转换成功?https://admin.iviewui.com/login 这个地址同样在ie11中打不开