liaimincq

Results 3 issues of liaimincq

图片上传后,有查看和删除功能,删除前是否能弹出提示,以免误删除。

图片上传后,有查看和删除功能,删除前是否能弹出提示,以免误删除。 ![QQ图片20200730160259](https://user-images.githubusercontent.com/10651133/88897614-2cf22380-d27e-11ea-9655-bd7386f5f7cf.png)

使用懒加载 和 skipLocationChange,下面是操作步骤和url的显示值 1.第一次进入网站时,显示首页,首页默认路由为空字符 (url:http://localhost:50137); 2.随机跳转模块(A)下的任何一个路由时,url不会变 (这里不会变可能是首页默认的空字符串,url:http://localhost:50137); 3.再次跳转模块(B)下的任何一个路由时,url会变为上一个模块(A)最后一次跳转的路由的url (url:http://localhost:50137/hrcenter/addemployee); 4.最后跳转到模块(A)的任何一个路由,url不会变 (url:http://localhost:50137/hrcenter/addemployee); 跳转同一个模块内的路由时,url地址不会发生改变 (应该是skipLocationChange的作用); 猜测:可能是模块第一次加载的问题。 结果:希望跳转不同模块的路由时url不会变。 ![1](https://user-images.githubusercontent.com/10651133/84368350-0877b480-ac08-11ea-91c6-d00f40712f8b.png) ![2](https://user-images.githubusercontent.com/10651133/84368355-0a417800-ac08-11ea-88d2-ab0113c30620.png) ![3](https://user-images.githubusercontent.com/10651133/84368357-0ada0e80-ac08-11ea-80e7-46694622667d.png) ![4](https://user-images.githubusercontent.com/10651133/84368358-0b72a500-ac08-11ea-8e15-32f518711088.png) ![5](https://user-images.githubusercontent.com/10651133/84368361-0c0b3b80-ac08-11ea-93e8-b6ed751f4fde.png) ![6](https://user-images.githubusercontent.com/10651133/84368365-0ca3d200-ac08-11ea-9c4b-bec6c738a4c6.png)