update @默认数据-测试
This commit is contained in:
parent
ebfe165175
commit
fb3024396f
|
@ -8,7 +8,7 @@ import {
|
|||
const routePublic = [
|
||||
{
|
||||
path: "/",
|
||||
redirect: "/home"
|
||||
redirect: "/home?key=rPBVzOCs0FN4P7jNMqHo5IVfb0oaAyigbfNBmCKnavs="
|
||||
},
|
||||
{
|
||||
// 首页(中转处理逻辑)
|
||||
|
|
|
@ -155,7 +155,7 @@ export default {
|
|||
sessionStorage.removeItem('transferProListData');
|
||||
const changeData = this.changeData(data);
|
||||
this.pageData = [ ...changeData ];
|
||||
await this.getCss(data[0].theme_list_id);
|
||||
await this.getCss(data[0].theme_list_id || '43');
|
||||
} else {
|
||||
const res = await QUERY({ key: this.key });
|
||||
if (res && res.code === 200) {
|
||||
|
|
Loading…
Reference in New Issue