Compare commits

..

No commits in common. "e56df423f59d0814017751166c2e40af668c1cf6" and "ece3be4beebf0c56aaacbcc4f7957a93b8183ffb" have entirely different histories.

View File

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