修改后台配置

This commit is contained in:
lcc
2025-06-14 18:28:00 +08:00
parent 0dae1b37e6
commit aedeb897bf
8 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
VUE_APP_NAME=后台管理
VUE_APP_NAME=管理后台
VUE_APP_API_BASE_URL=https://v2.eleadmin.com/api
+1 -1
View File
@@ -10,7 +10,7 @@ export default {
website: '',
document: '',
authorization: '',
copyright: 'Copyright © 2022 好店云(厦门)科技有限公司'
copyright: ''
},
logout: {
title: '提示',
+2
View File
@@ -51,7 +51,9 @@
<router-layout />
<!-- logo 图标 -->
<template v-slot:logo>
<!--
<img src="@/assets/logo.svg" alt="logo" />
-->
</template>
<!-- 顶栏右侧区域 -->
<template v-slot:right>
+1 -1
View File
@@ -89,7 +89,7 @@
</div> -->
</el-form>
<div class="login-copyright">
Copyright © 2022 好店云(厦门)科技有限公司
<!--Copyright © 2022 好店云(厦门)科技有限公司-->
</div>
<!-- 多语言切换 -->
<div style="position: absolute; right: 30px; top: 20px">
+1 -1
View File
@@ -1,2 +1,2 @@
VUE_APP_NAME=后台
VUE_APP_NAME=运营后台
VUE_APP_API_BASE_URL=https://v2.eleadmin.com/api
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<div class="copyright">Copyright © 2022 好店云(厦门)科技有限公司</div>
<div class="copyright"><!--Copyright © 2022 好店云(厦门)科技有限公司--></div>
</template>
<style lang="scss" scoped>
/* 底部版权 */
+1 -1
View File
@@ -10,7 +10,7 @@ export default {
website: '',
document: '',
authorization: '',
copyright: 'Copyright © 2022 好店云(厦门)科技有限公司'
copyright: ''
},
logout: {
title: '提示',
+2
View File
@@ -51,7 +51,9 @@
<router-layout />
<!-- logo 图标 -->
<template v-slot:logo>
<!--
<img src="@/assets/logo.svg" alt="logo" />
-->
</template>
<!-- 顶栏右侧区域 -->
<template v-slot:right>