120584ab by 杨炀

no message

1 parent dab5de01
......@@ -92,7 +92,7 @@ const weatherObj = ref({
forecast:[]
})
const weatherdialog = ref(false)
init()
// init()
function init(){
getWeather().then(res=>{
weatherObj.value = JSON.parse(res.data).data
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!