This commit is contained in:
Phoenix 2025-05-23 11:38:59 +08:00
parent f67179b9e4
commit 3a8fa9baa6

View File

@ -15,7 +15,7 @@ export const useStockQuote = createGlobalState(() => {
]
})
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
}
return {