贵州分支

This commit is contained in:
bb_pan 2025-04-07 14:07:34 +08:00
parent 4ee8015842
commit 745efa50f3
7 changed files with 15 additions and 17 deletions

View File

@ -4,9 +4,8 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<link rel="icon" href="/favicon.ico"> <link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>机具租赁商城</title>
<!-- 贵州 --> <!-- 贵州 -->
<!-- <title>智联装备云控平台</title> --> <title>智联装备云控平台</title>
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>

View File

@ -34,7 +34,8 @@ watch(
if (newValue == 1) { if (newValue == 1) {
navMenuList.value = [ navMenuList.value = [
{ name: '首页', routerName: 'home', permissions: 'home' }, { name: '首页', routerName: 'home', permissions: 'home' },
{ name: '数据大屏', routerName: 'big-screen', permissions: 'home' }, // { name: '', routerName: 'big-screen', permissions: 'home' },
{ name: '数据地图', routerName: '', permissions: 'home' },
{ name: '装备共享大厅', routerName: 'equipList', permissions: 'share' }, { name: '装备共享大厅', routerName: 'equipList', permissions: 'share' },
{ name: '租赁需求大厅', routerName: 'parity', permissions: 'demand' }, { name: '租赁需求大厅', routerName: 'parity', permissions: 'demand' },
// { name: '', routerName: 'zoneEquipment' }, // { name: '', routerName: 'zoneEquipment' },
@ -43,7 +44,8 @@ watch(
} else if (newValue == 2) { } else if (newValue == 2) {
navMenuList.value = [ navMenuList.value = [
{ name: '首页', routerName: 'home', permissions: 'home' }, { name: '首页', routerName: 'home', permissions: 'home' },
{ name: '数据大屏', routerName: 'big-screen', permissions: 'home' }, // { name: '', routerName: 'big-screen', permissions: 'home' },
{ name: '数据地图', routerName: '', permissions: 'home' },
{ name: '装备共享大厅', routerName: 'equipList', permissions: 'home' }, { name: '装备共享大厅', routerName: 'equipList', permissions: 'home' },
{ name: '租赁需求大厅', routerName: 'parity', permissions: 'home' }, { name: '租赁需求大厅', routerName: 'parity', permissions: 'home' },
// { name: '', routerName: 'zoneEquipment' }, // { name: '', routerName: 'zoneEquipment' },
@ -54,7 +56,8 @@ watch(
} else if (newValue == 3) { } else if (newValue == 3) {
navMenuList.value = [ navMenuList.value = [
{ name: '首页', routerName: 'home', permissions: 'home' }, { name: '首页', routerName: 'home', permissions: 'home' },
{ name: '数据大屏', routerName: 'big-screen', permissions: 'home' }, // { name: '', routerName: 'big-screen', permissions: 'home' },
{ name: '数据地图', routerName: '', permissions: 'home' },
{ name: '装备共享大厅', routerName: 'equipList', permissions: 'home' }, { name: '装备共享大厅', routerName: 'equipList', permissions: 'home' },
// { name: '', routerName: 'zoneEquipment' }, // { name: '', routerName: 'zoneEquipment' },
{ name: '租赁需求大厅', routerName: 'parity', permissions: 'home' }, { name: '租赁需求大厅', routerName: 'parity', permissions: 'home' },

View File

@ -3,8 +3,7 @@ import $bus from '@/utils/bus'
import { mainStore } from 'store/main' import { mainStore } from 'store/main'
import { useStore } from 'store/user' import { useStore } from 'store/user'
import { ElMessage, ElMessageBox } from 'element-plus' import { ElMessage, ElMessageBox } from 'element-plus'
import headerLogo from 'assets/img/zulinlogo.png' import headerLogo from 'assets/img/zulinlogo-gz.png' //
// import headerLogo from 'assets/img/zulinlogo-gz.png' //
import userClass from '../../hooks/userClass' import userClass from '../../hooks/userClass'
import { import {
getUserInfo, // getUserInfo, //

View File

@ -817,11 +817,11 @@ onMounted(() => {
// width: 286px; // width: 286px;
// height: 100%; // height: 100%;
width: 240px; width: 240px;
height: 80px; /* height: 80px; */
/* height: 40px; // 贵州 */ height: 40px; //
background-color: orange; background-color: orange;
background: url('@/assets/img/logo.png') no-repeat; /* background: url('@/assets/img/logo.png') no-repeat; */
/* background: url('@/assets/img/logo-gz.png') no-repeat; */ // background: url('@/assets/img/logo-gz.png') no-repeat; //
background-size: 100% 100%; background-size: 100% 100%;
cursor: pointer; cursor: pointer;
} }

View File

@ -122,9 +122,8 @@ onMounted(async () => {
<template> <template>
<div class="login-container"> <div class="login-container">
<div class="login-form"> <div class="login-form">
<h3>机械化装备共享平台</h3>
<!-- 贵州 --> <!-- 贵州 -->
<!-- <h3>智联装备云控平台</h3> --> <h3>智联装备云控平台</h3>
<div class="form-container"> <div class="form-container">
<!-- <div class="login-type"> <!-- <div class="login-type">

View File

@ -1,8 +1,7 @@
<template> <template>
<div class="screen-container"> <div class="screen-container">
<div class="screen-title">安徽机械化装备共享平台</div>
<!-- 贵州 --> <!-- 贵州 -->
<!-- <div class="screen-title">智联装备云控平台</div> --> <div class="screen-title">智联装备云控平台</div>
<div class="header"> <div class="header">
<img class="header-img" src="@/assets/img/screen/返回.png" alt="" @click="back" /> <img class="header-img" src="@/assets/img/screen/返回.png" alt="" @click="back" />

View File

@ -60,9 +60,8 @@
<el-button class="primary-lease" type="primary" @click="addContract" <el-button class="primary-lease" type="primary" @click="addContract"
>合同新建</el-button >合同新建</el-button
> >
<a :href="uploadUrlTemp" download="安徽省机械化装备共享平台-协议模板">
<!-- 贵州 --> <!-- 贵州 -->
<!-- <a :href="uploadUrlTemp" download="智联装备云控平台-协议模板"> --> <a :href="uploadUrlTemp" download="智联装备云控平台-协议模板">
<el-button <el-button
class="primary-lease" class="primary-lease"
type="primary" type="primary"