update @默认数据-测试

This commit is contained in:
huangzhen 2024-09-02 18:32:42 +08:00
parent ebfe165175
commit fb3024396f
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ import {
const routePublic = [ const routePublic = [
{ {
path: "/", path: "/",
redirect: "/home" redirect: "/home?key=rPBVzOCs0FN4P7jNMqHo5IVfb0oaAyigbfNBmCKnavs="
}, },
{ {
// 首页(中转处理逻辑) // 首页(中转处理逻辑)

View File

@ -155,7 +155,7 @@ export default {
sessionStorage.removeItem('transferProListData'); sessionStorage.removeItem('transferProListData');
const changeData = this.changeData(data); const changeData = this.changeData(data);
this.pageData = [ ...changeData ]; this.pageData = [ ...changeData ];
await this.getCss(data[0].theme_list_id); await this.getCss(data[0].theme_list_id || '43');
} else { } else {
const res = await QUERY({ key: this.key }); const res = await QUERY({ key: this.key });
if (res && res.code === 200) { if (res && res.code === 200) {