Compare commits

...

2 Commits

Author SHA1 Message Date
Phoenix
e56df423f5 Merge branch 'main' of http://172.16.100.91:3000/scout666/fiee-official-website 2025-05-23 11:39:00 +08:00
Phoenix
3a8fa9baa6 12 2025-05-23 11:38:59 +08:00

View File

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