add:fronted
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
+2
-2
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -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>
|
||||||
|
|||||||
@@ -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')
|
||||||
|
|||||||
@@ -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.
Reference in New Issue
Block a user