个人中心

This commit is contained in:
liuye
2023-02-10 15:39:49 +08:00
parent fcbf8c05f4
commit 02501453a8
7 changed files with 8 additions and 9 deletions

View File

@@ -55,7 +55,7 @@ export default {
return [
[
{
icon: require('./img/jfmx.png'),
icon: 'https://cdn.cunwuyun.cn/qujing/jfmx.png',
label: "积分明细",
path: "./integralInfo",
type: 'token'
@@ -63,19 +63,19 @@ export default {
],
[
{
icon: require('./img/xxjl.png'),
icon: 'https://cdn.cunwuyun.cn/qujing/xxjl.png',
label: "学习记录",
path: "./studyList",
type: 'token'
},
{
icon: require('./img/ksjl.png'),
icon: 'https://cdn.cunwuyun.cn/qujing/ksjl.png',
label: "考试记录",
path: "./testList",
type: 'token'
},
{
icon: require('./img/wdzs.png'),
icon: 'https://cdn.cunwuyun.cn/qujing/wdzs.png',
label: "我的证书",
path: "/mods/AppHometown/AppHometown",
type: 'token'
@@ -160,7 +160,7 @@ export default {
.header-info {
width: 100%;
height: 100%;
// background: url("./img/header-banner.png") no-repeat no-repeat;
background: url("https://cdn.cunwuyun.cn/qujing/header-banner.png") no-repeat no-repeat;
background-size: 100% 100%;
box-sizing: border-box;
padding: 240px 0 0 48px;