- 修复已登录用户访问 /remote/:token 路由被重定向到首页的问题
- 路由守卫优先检查静态路由,静态路由直接放行不走权限验证
- 后端生成的 accessUrl 使用 Hash 路由格式 (/#/remote/{token})
- 前端 remote-desktop-modal 中修正链接格式为 Hash 路由
- 新增远程桌面访问页面 /views/remote/index.vue
21 lines
458 B
Plaintext
21 lines
458 B
Plaintext
{
|
|
"printWidth": 100,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"semi": false,
|
|
"vueIndentScriptAndStyle": true,
|
|
"singleQuote": true,
|
|
"quoteProps": "as-needed",
|
|
"bracketSpacing": true,
|
|
"trailingComma": "none",
|
|
"bracketSameLine": false,
|
|
"jsxSingleQuote": false,
|
|
"arrowParens": "always",
|
|
"insertPragma": false,
|
|
"requirePragma": false,
|
|
"proseWrap": "never",
|
|
"htmlWhitespaceSensitivity": "strict",
|
|
"endOfLine": "auto",
|
|
"rangeStart": 0
|
|
}
|