feature login

This commit is contained in:
chiayin
2023-01-31 15:38:14 +08:00
parent cd074c3c04
commit 76463f084c
25 changed files with 569 additions and 69 deletions

14
src/views/Files/index.vue Normal file
View File

@@ -0,0 +1,14 @@
<template>
<h1>This is Files page.</h1>
</template>
<script >
// export default {
// created() {
// // get cookie token
// const cookieToken = document.cookie.replace(/(?:(?:^|.*;\s*)luciaToken\s*=\s*([^;]*).*$)|^.*$/, "$1");
// console.log(cookieToken);
// this.$http.defaults.headers.common['Authorization'] = cookieToken;
// }
// }
</script>