😎更改前端工作台数据。
This commit is contained in:
parent
42691b9922
commit
1fd92cd7c4
@ -17,7 +17,7 @@ import { reactive, ref, onMounted, nextTick } from 'vue';
|
||||
|
||||
const props = defineProps({
|
||||
mode: { type: String, default: '' }, // 通知栏模式,可选值为 closeable link
|
||||
text: { type: String, default: '欢迎使用 Admin.NET 通用权限开发框架 <a href="https://gitee.com/zuohuaijun/Admin.NET" target="_blank">https://gitee.com/zuohuaijun/Admin.NET</a>' }, // 通知文本内容
|
||||
text: { type: String, default: '欢迎使用 Manage数据集成平台' }, // 通知文本内容
|
||||
color: { type: String, default: 'var(--el-color-warning)' }, // 通知文本颜色
|
||||
background: { type: String, default: 'var(--el-color-warning-light-9)' }, // 通知背景色
|
||||
size: { type: [Number, String], default: 14 }, // 字体大小,单位px
|
||||
|
||||
@ -5,15 +5,14 @@
|
||||
<span style=""> 关于项目 </span>
|
||||
</template>
|
||||
<p>
|
||||
基于 .NET6 (Furion/SqlSugar) 实现的通用权限开发框架,前端采用
|
||||
Vue3+Element-plus+Vite5,整合众多优秀技术和框架,模块插件式开发。集成多租户、缓存、数据校验、鉴权、事件总线、动态API、通讯、远程请求、任务调度、打印等众多黑科技。代码结构简单清晰,注释详尽,易于上手与二次开发,即便是复杂业务逻辑也能迅速实现,真正实现“开箱即用”。
|
||||
Manage 数据集成平台是一种用于整合和管理来自不同数据源数据的工具。
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://gitee.com/zuohuaijun/Admin.NET.git" target="_blank">
|
||||
<!-- <a href="https://gitee.com/zuohuaijun/Admin.NET.git" target="_blank">
|
||||
<img src="https://gitee.com/zuohuaijun/Admin.NET/badge/star.svg?theme=dark" alt="star" style="vertical-align: middle" />
|
||||
<img src="https://gitee.com/zuohuaijun/Admin.NET/badge/fork.svg?theme=dark" alt="fork" style="vertical-align: middle" />
|
||||
<img src="https://img.shields.io/badge/license-MIT-yellow" alt="license" style="vertical-align: middle" />
|
||||
</a>
|
||||
</a> -->
|
||||
</p>
|
||||
</el-card>
|
||||
</template>
|
||||
|
||||
@ -42,7 +42,7 @@ const getList = () => {
|
||||
per_page: 10,
|
||||
},
|
||||
}).then((res: any) => {
|
||||
state.list = res.data;
|
||||
//state.list = res.data;
|
||||
state.loading = false;
|
||||
});
|
||||
};
|
||||
|
||||
@ -6,12 +6,12 @@
|
||||
</template>
|
||||
<div style="height: 210px; text-align: center">
|
||||
<img :src="verSvg" style="height: 140px" />
|
||||
<h2 style="margin-top: 15px">Admin.NET</h2>
|
||||
<h2 style="margin-top: 15px">Manage数据集成平台</h2>
|
||||
<p style="margin-top: 5px">最新版本 {{ version }}</p>
|
||||
</div>
|
||||
<div style="margin-top: 20px; margin-bottom: 20px; float: right">
|
||||
<el-button type="primary" icon="ele-DocumentCopy" plain round @click="golog">更新日志</el-button>
|
||||
<el-button type="primary" icon="ele-Eleme" plain round @click="gogit">gitee</el-button>
|
||||
<!-- <el-button type="primary" icon="ele-DocumentCopy" plain round @click="golog">更新日志</el-button>
|
||||
<el-button type="primary" icon="ele-Eleme" plain round @click="gogit">gitee</el-button> -->
|
||||
</div>
|
||||
</el-card>
|
||||
</template>
|
||||
@ -31,18 +31,18 @@ import verSvg from '/@/assets/img/ver.svg';
|
||||
const version = ref<string>('loading...');
|
||||
|
||||
onMounted(() => {
|
||||
version.value = 'v2.0.0';
|
||||
version.value = 'v1.0.0';
|
||||
});
|
||||
|
||||
const getVer = () => {
|
||||
version.value = 'v2.0.0';
|
||||
version.value = 'v1.0.0';
|
||||
};
|
||||
|
||||
const golog = () => {
|
||||
window.open('https://gitee.com/zuohuaijun/Admin.NET/issues');
|
||||
};
|
||||
// const golog = () => {
|
||||
// window.open('https://gitee.com/zuohuaijun/Admin.NET/issues');
|
||||
// };
|
||||
|
||||
const gogit = () => {
|
||||
window.open('https://gitee.com/zuohuaijun/Admin.NET.git');
|
||||
};
|
||||
// const gogit = () => {
|
||||
// window.open('https://gitee.com/zuohuaijun/Admin.NET.git');
|
||||
// };
|
||||
</script>
|
||||
|
||||
@ -26,12 +26,12 @@
|
||||
<div class="tips-item-icon">
|
||||
<el-icon><ele-MilkTea /></el-icon>
|
||||
</div>
|
||||
<div class="tips-item-message">让开发更简单、更通用、更流行!</div>
|
||||
<div class="tips-item-message">让Manage更简单、更通用、更流行!</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="actions">
|
||||
<!-- <div class="actions">
|
||||
<el-button type="primary" icon="ele-Guide" size="large" @click="godoc">文档教程</el-button>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</el-card>
|
||||
</template>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user