1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-05 15:01:23 +08:00

Added login, logout and getUserinfo (Include ui and server)

This commit is contained in:
2023-05-05 20:59:09 +08:00
parent a8dce8f8e0
commit 60b8460e03
32 changed files with 1022 additions and 151 deletions

View File

@@ -22,7 +22,7 @@ module.exports = {
rules: {
"no-cond-assign": "error",
"eqeqeq": "error",
"indent": ["error", 4],
"indent": ["error", 4, {"SwitchCase": 1}],
"prettier/prettier": [
"error",
{