import axios from "@/utils/axios.js"; export const test = () => { return axios.get('/common/home'); }