diff --git a/src/store/stock-quote/index.js b/src/store/stock-quote/index.js index b8a423f..aba919e 100644 --- a/src/store/stock-quote/index.js +++ b/src/store/stock-quote/index.js @@ -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 {