add:fronted

This commit is contained in:
lan
2023-08-14 21:05:53 +08:00
parent 08adea3d27
commit bf2ea2a73b
11 changed files with 10 additions and 11 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -5,7 +5,7 @@
<link rel="icon" href="/logo_small.png"> <link rel="icon" href="/logo_small.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FileCodeBox</title> <title>FileCodeBox</title>
<script type="module" crossorigin src="/assets/index-211cf6a6.js"></script> <script type="module" crossorigin src="/assets/index-ef5f7ae0.js"></script>
<link rel="stylesheet" href="/assets/index-f5479961.css"> <link rel="stylesheet" href="/assets/index-f5479961.css">
</head> </head>
<body> <body>
+1 -1
View File
@@ -2,7 +2,7 @@
import axios from "axios"; import axios from "axios";
const instance = axios.create({ const instance = axios.create({
baseURL: "http://localhost:12345", baseURL: "/",
timeout: 6000000, timeout: 6000000,
headers:{ headers:{
'Authorization':localStorage.getItem('auth') 'Authorization':localStorage.getItem('auth')
-1
View File
@@ -6,7 +6,6 @@ import AutoImport from 'unplugin-auto-import/vite'
import Components from 'unplugin-vue-components/vite' import Components from 'unplugin-vue-components/vite'
import { ElementPlusResolver } from "unplugin-vue-components/resolvers"; import { ElementPlusResolver } from "unplugin-vue-components/resolvers";
// https://vitejs.dev/config/
export default defineConfig({ export default defineConfig({
plugins: [ plugins: [
vue(), vue(),
Binary file not shown.