|
@@ -30,7 +30,7 @@ const fetchVersions = async () => {
|
|
|
try {
|
|
try {
|
|
|
// 添加时间戳避免缓存问题
|
|
// 添加时间戳避免缓存问题
|
|
|
const timestamp = new Date().getTime();
|
|
const timestamp = new Date().getTime();
|
|
|
- const response = await axios.get('https://huilima.oss-cn-hangzhou.aliyuncs.com/frontend/html/zhihuiyin/version.json', {
|
|
|
|
|
|
|
+ const response = await axios.get('https://ossimg.valimart.net/frontend/html/zhihuiyin/version.json', {
|
|
|
params: {
|
|
params: {
|
|
|
_t: timestamp
|
|
_t: timestamp
|
|
|
}
|
|
}
|