Commit 3c52f98c authored by 熊洋洋's avatar 熊洋洋

fix: fix deploy

parent 74a3d948
......@@ -5,7 +5,7 @@ import axios from 'redaxios';
const APi = axios.create({});
export const backendApi = axios.create({
baseURL: '/backend',
baseURL:globalThis?.sessionStorage?.getItem("baseURL") || '/backend',
});
(() => {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment