zhufu
parent
98e23c8600
commit
23b16a9f4c
|
|
@ -8,8 +8,6 @@ const importPath = {
|
|||
'PageEnum.BASE_HOME_REMOTE_NAME': () => import('@/views/project/remote/list/index.vue'),
|
||||
'PageEnum.BASE_HOME_REMOTE_CREATE_NAME': () => import('@/views/project/remote/create/index.vue'),
|
||||
'PageEnum.BASE_HOME_TEMPLATE_NAME': () => import('@/views/project/mtTemplate/index.vue'),
|
||||
'PageEnum.BASE_HOME_TEMPLATE_MARKET_NAME': () =>
|
||||
import('@/views/project/templateMarket/index.vue'),
|
||||
};
|
||||
|
||||
export const projectRoutes: RouteRecordRaw = {
|
||||
|
|
@ -68,14 +66,6 @@ export const projectRoutes: RouteRecordRaw = {
|
|||
title: '我的模板',
|
||||
},
|
||||
},
|
||||
{
|
||||
path: PageEnum.BASE_HOME_TEMPLATE_MARKET,
|
||||
name: PageEnum.BASE_HOME_TEMPLATE_MARKET_NAME,
|
||||
component: importPath['PageEnum.BASE_HOME_TEMPLATE_MARKET_NAME'],
|
||||
meta: {
|
||||
title: '模板市场',
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ export const SIDE_BAR_BG_COLOR_LIST: string[] = [
|
|||
export const lang = LangEnum.ZH;
|
||||
|
||||
// 水印文字
|
||||
export const watermarkText = 'GoView 低代码平台';
|
||||
export const watermarkText = '林业防火';
|
||||
|
||||
// 分组名称
|
||||
export const groupTitle = '分组';
|
||||
|
|
|
|||
|
|
@ -1,41 +0,0 @@
|
|||
<template>
|
||||
<div class="go-project-template-market">
|
||||
<div class="content-box">
|
||||
<n-space vertical>
|
||||
<img src="https://goviewpro.goviewlink.com/charts-img-db/charts-img-db_id_5pimyysnnh8000.png" style="width: 100%" />
|
||||
<img src="https://goviewpro.goviewlink.com/charts-img-db/charts-img-db_id_izetnl0654w00.png" style="height: 400px" />
|
||||
<n-button text tag="a" href="https://ai.goviewlink.com/saas/?channel=mayun" target="_blank" type="primary">
|
||||
前往 GoViewPro 查看 👆
|
||||
</n-button>
|
||||
</n-space>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@include go('project-template-market') {
|
||||
box-sizing: border-box;
|
||||
height: calc(100vh - 62px);
|
||||
padding-top: 3vh;
|
||||
.content-box {
|
||||
width: 700px;
|
||||
margin: 0 auto 0;
|
||||
padding: 20px;
|
||||
border-radius: 10px;
|
||||
background: linear-gradient(120deg, rgba(255, 255, 255, 0.15) 0%, rgba(29, 83, 163, 0.3) 99.09%);
|
||||
box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.04);
|
||||
@extend .go-flex-center;
|
||||
img {
|
||||
border-radius: 6px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@include dark() {
|
||||
@include go('project-template-market') {
|
||||
background-color: #18181c;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
Loading…
Reference in New Issue