fix: 星云SDK支持纯web

This commit is contained in:
范鹏 2024-12-19 16:10:04 +08:00
parent 21f9bb2c72
commit 6539eb21f7

View File

@ -1,4 +1,4 @@
import { getStorage, removeStorage } from '@/starCloud/uniapp/storage'
import { getStorage, removeStorage } from '../export'
import starCloudInstance from '@/starCloud/star-cloud'
import { Result } from '@/constants/result'