update @默认数据-测试
This commit is contained in:
parent
ebfe165175
commit
fb3024396f
|
@ -8,7 +8,7 @@ import {
|
||||||
const routePublic = [
|
const routePublic = [
|
||||||
{
|
{
|
||||||
path: "/",
|
path: "/",
|
||||||
redirect: "/home"
|
redirect: "/home?key=rPBVzOCs0FN4P7jNMqHo5IVfb0oaAyigbfNBmCKnavs="
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
// 首页(中转处理逻辑)
|
// 首页(中转处理逻辑)
|
||||||
|
|
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue