we-easydoc icon indicating copy to clipboard operation
we-easydoc copied to clipboard

简单易用的项目文档系统

Results 2 we-easydoc issues
Sort by recently updated
recently updated
newest added

vue2项目,采用hash模式路由,实际访问地址为 http://localhost:9527/backend/#/index,json文件里设置内容如下:"match": "/backend\/#\/index", 此时无法匹配到,提示警告信息为: /backend/ 匹配不到对应的JSON,前面的 /backend/ 是修改了源码获取到的url变量,经测试josn配置里改成 "match": "/backend/",后就能正常匹配到了