iview-admin icon indicating copy to clipboard operation
iview-admin copied to clipboard

Vue 2.0 admin management system template based on iView

Results 110 iview-admin issues
Sort by recently updated
recently updated
newest added

Failed to load resource: the server responded with a status of 404 (Not Found) ![image](https://user-images.githubusercontent.com/48086402/53871241-d48e0680-4036-11e9-9eba-7653b8243333.png)

场景:我有一个列表,每一行都有一个查看图片按钮,点了就弹出一个框,里面是图片轮播。 实现:把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 ,如图: ![image](https://user-images.githubusercontent.com/39941460/64061091-12e03900-cc08-11e9-99f1-296a17a835b0.png) ![image](https://user-images.githubusercontent.com/39941460/64061105-4de26c80-cc08-11e9-8ea6-605f3f183a3f.png)

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" }

如图给路由设置多个权限 ![tim 20180110165651](https://user-images.githubusercontent.com/32285755/34763804-6777524a-f627-11e7-815b-aa8ae01e7ca7.jpg) 当前权限判断的源码 ![tim 20180110165608](https://user-images.githubusercontent.com/32285755/34763805-67b25a70-f627-11e7-8e04-b2aae124c7eb.jpg) 如图,console打印,Array和Int类型无法正确判断,需要`Util.oneOf`方法 ![tim 20180110165713](https://user-images.githubusercontent.com/32285755/34763860-91e90500-f627-11e7-9974-071bcaf5df28.png)

必须强制空格 不空格就会报错 如图 ![image](https://user-images.githubusercontent.com/27687740/53943819-e637e280-40f8-11e9-9a17-44f8246fd4b5.png)

我发现用iview-admin搭建打包的项目在ie11中打不开,报语法错误,点击查看发现有两处箭头函数,这两个箭头函数是不是在某个地方写进去导致babel没有转换成功?https://admin.iviewui.com/login 这个地址同样在ie11中打不开