Compare commits
2 Commits
ece3be4bee
...
e56df423f5
Author | SHA1 | Date | |
---|---|---|---|
|
e56df423f5 | ||
|
3a8fa9baa6 |
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user