This commit is contained in:
BianLzhaoMin 2025-09-04 10:16:22 +08:00
parent ce07ef0a6b
commit e1c70addbf
5 changed files with 7 additions and 71 deletions

View File

@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1756885970174" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="9890" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M151.703704 37.925926a113.777778 113.777778 0 0 0-113.777778 113.777778v720.592592a113.777778 113.777778 0 0 0 113.777778 113.777778h720.592592a113.777778 113.777778 0 0 0 113.777778-113.777778V151.703704a113.777778 113.777778 0 0 0-113.777778-113.777778H151.703704z m63.469037 469.522963C187.922963 491.652741 170.666667 465.21837 170.666667 435.579259c0-29.677037 17.256296-55.751111 44.544-71.585185l238.629926-138.505481c38.248296-22.509037 97.393778-22.509037 135.509333-0.075852l238.421333 138.922666c27.268741 15.834074 44.525037 41.908148 44.525037 71.585186 0 29.658074-17.256296 55.732148-44.487111 71.547259l-238.516148 138.998518c-19.437037 11.282963-43.387259 17.256296-67.811556 17.256297-24.424296 0-48.355556-5.973333-67.887407-17.294223L215.191704 507.448889z m239.42637 233.187555h-0.018963l-256.720592-160.426666c-28.103111-17.521778-35.84-54.404741-16.57363-81.464889 18.261333-25.6 53.608296-32.123259 80.156444-15.54963l256.929186 160.540445c-0.151704-0.094815 6.371556-0.094815 6.409481-0.132741l256.758519-160.426667c26.548148-16.554667 61.876148-10.05037 80.137481 15.568593 19.26637 27.060148 11.529481 63.943111-16.554667 81.464889l-257.137777 160.673185c-19.285333 11.700148-42.552889 17.635556-66.503112 17.635556-24.158815 0-47.862519-6.011259-66.88237-17.882075z m40.163556-64.341333z m286.757926-117.248h0.018963c26.699852-16.668444 62.919111-10.05037 80.137481 15.54963 19.26637 27.060148 11.529481 63.943111-16.554667 81.464889l-257.137777 160.673185c-19.285333 11.700148-42.552889 17.635556-66.503112 17.635555-24.158815 0-47.862519-6.011259-66.901333-17.901037l-256.720592-160.38874c-28.103111-17.540741-35.84-54.423704-16.57363-81.483852 18.261333-25.6 53.608296-32.123259 80.156444-15.54963l256.929186 160.540445c-0.151704-0.094815 6.371556-0.094815 6.409481-0.132741l256.739556-160.407704z" fill="#979797" p-id="9891"></path></svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -98,74 +98,7 @@ export default {
data() {
return {
//
oftenUseList: [
// {
// name: '',
// icon: 'el-icon-s-help',
// id: 1,
// isChecked: true,
// },
// {
// name: '',
// icon: 'el-icon-s-help',
// id: 2,
// isChecked: true,
// },
// {
// name: '',
// icon: 'el-icon-s-help',
// id: 3,
// isChecked: true,
// },
// {
// name: '',
// icon: 'el-icon-s-help',
// id: 4,
// isChecked: false,
// },
// {
// name: '',
// icon: 'el-icon-s-help',
// id: 5,
// isChecked: true,
// },
// {
// name: '',
// icon: 'el-icon-s-help',
// id: 6,
// isChecked: false,
// },
// {
// name: '',
// icon: 'el-icon-s-help',
// id: 7,
// isChecked: false,
// },
// {
// name: '',
// icon: 'el-icon-s-help',
// id: 8,
// isChecked: false,
// },
// {
// name: '',
// icon: 'el-icon-s-help',
// id: 9,
// isChecked: false,
// },
// {
// name: '2',
// icon: 'el-icon-s-help',
// id: 10,
// isChecked: false,
// },
// {
// name: '3',
// icon: 'el-icon-s-help',
// id: 11,
// isChecked: false,
// },
],
oftenUseList: [],
//
dialogConfig: {
outerVisible: false,
@ -200,9 +133,9 @@ export default {
//
onHandleOpenOftenUsePage(item) {
console.log(item, 'item')
// this.$router.push({
// path: item.url,
// })
this.$router.push({
path: item.url.replace(/\/index$/, ''),
})
},
//
@ -251,8 +184,10 @@ export default {
gap: 10px;
.often-user-item {
// background-color: skyblue;
display: flex;
align-items: center;
justify-content: center;
// flex-direction: column;
cursor: pointer;