-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
28 additions
and
437 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
...plugin-ui/warm-flow-plugin-vue3-ui/src/main/resources/warm-flow-ui/css/index-BJwsfQCk.css
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-5.36 KB
...ugin-ui/warm-flow-plugin-vue3-ui/src/main/resources/warm-flow-ui/ico/favicon-FqvijpIH.ico
Binary file not shown.
216 changes: 0 additions & 216 deletions
216
...n/warm-flow-plugin-ui/warm-flow-plugin-vue3-ui/src/main/resources/warm-flow-ui/index.html
This file was deleted.
Oops, something went wrong.
212 changes: 0 additions & 212 deletions
212
...w-plugin-ui/warm-flow-plugin-vue3-ui/src/main/resources/warm-flow-ui/js/index-CdaRX3Go.js
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
import Cookies from 'js-cookie' | ||
|
||
export const TokenKey = 'Warm-Token' | ||
|
||
export function getToken() { | ||
return Cookies.get(TokenKey) | ||
} | ||
|
||
export function setToken(token) { | ||
return Cookies.set(TokenKey, token) | ||
} | ||
|
||
export function removeToken() { | ||
return Cookies.remove(TokenKey) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters