Compare commits
No commits in common. "8b28bf87363ac93a624b44e3038defe35564c653" and "5b88e3b552f7f86c707b4a96c78835bd2d30db27" have entirely different histories.
8b28bf8736
...
5b88e3b552
@ -15,7 +15,7 @@ export const useStockQuote = createGlobalState(() => {
|
|||||||
]
|
]
|
||||||
})
|
})
|
||||||
const getStockQuate= async()=>{
|
const getStockQuate= async()=>{
|
||||||
const res = await axios.get('https://saas-test.szjixun.cn/api/chart/forward/test')
|
const res = await axios.get('http://saas-test.szjixun.cn/api/chart/forward/test')
|
||||||
stockQuote.value=res.data
|
stockQuote.value=res.data
|
||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
|
Loading…
Reference in New Issue
Block a user