Compare commits

...

2 Commits

View File

@ -15,7 +15,7 @@ export const useStockQuote = createGlobalState(() => {
] ]
}) })
const getStockQuate= async()=>{ const getStockQuate= async()=>{
const res = await axios.get('http://saas-test.szjixun.cn/api/chart/forward/test') const res = await axios.get('https://saas-test.szjixun.cn/api/chart/forward/test')
stockQuote.value=res.data stockQuote.value=res.data
} }
return { return {