diff --git a/index.html b/index.html index e705424..e624d5a 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,8 @@ 机具租赁商城 + +
diff --git a/src/assets/img/logo-gz.png b/src/assets/img/logo-gz.png new file mode 100644 index 0000000..e9acfa1 Binary files /dev/null and b/src/assets/img/logo-gz.png differ diff --git a/src/assets/img/zulinlogo-gz.png b/src/assets/img/zulinlogo-gz.png new file mode 100644 index 0000000..e9acfa1 Binary files /dev/null and b/src/assets/img/zulinlogo-gz.png differ diff --git a/src/components/header/index.vue b/src/components/header/index.vue index 685227f..ac0ee54 100644 --- a/src/components/header/index.vue +++ b/src/components/header/index.vue @@ -4,6 +4,7 @@ import { mainStore } from 'store/main' import { useStore } from 'store/user' import { ElMessage, ElMessageBox } from 'element-plus' import headerLogo from 'assets/img/zulinlogo.png' +// import headerLogo from 'assets/img/zulinlogo-gz.png' // 贵州 import userClass from '../../hooks/userClass' import { getUserInfo, //用户信息 diff --git a/src/layout/header.vue b/src/layout/header.vue index e13cd41..d86d53f 100644 --- a/src/layout/header.vue +++ b/src/layout/header.vue @@ -808,8 +808,10 @@ onMounted(() => { // height: 100%; width: 240px; height: 80px; + /* height: 40px; // 贵州 */ background-color: orange; background: url('@/assets/img/logo.png') no-repeat; + /* background: url('@/assets/img/logo-gz.png') no-repeat; */ // 贵州 background-size: 100% 100%; cursor: pointer; } diff --git a/src/views/Login.vue b/src/views/Login.vue index 4b87eba..c96927f 100644 --- a/src/views/Login.vue +++ b/src/views/Login.vue @@ -122,6 +122,8 @@ onMounted(async () => {

机械化装备共享平台

+ +