贵州-配置
This commit is contained in:
parent
6b1229365c
commit
429ad3bd87
|
|
@ -5,6 +5,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>
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
|
|
@ -4,6 +4,7 @@ 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.png'
|
||||||
|
// import headerLogo from 'assets/img/zulinlogo-gz.png' // 贵州
|
||||||
import userClass from '../../hooks/userClass'
|
import userClass from '../../hooks/userClass'
|
||||||
import {
|
import {
|
||||||
getUserInfo, //用户信息
|
getUserInfo, //用户信息
|
||||||
|
|
|
||||||
|
|
@ -808,8 +808,10 @@ onMounted(() => {
|
||||||
// height: 100%;
|
// height: 100%;
|
||||||
width: 240px;
|
width: 240px;
|
||||||
height: 80px;
|
height: 80px;
|
||||||
|
/* 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-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -122,6 +122,8 @@ onMounted(async () => {
|
||||||
<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">
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,9 @@
|
||||||
<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>
|
<div class="header"></div>
|
||||||
<dv-full-screen-container class="dashboard">
|
<dv-full-screen-container class="dashboard">
|
||||||
<div class="box">
|
<div class="box">
|
||||||
|
|
|
||||||
|
|
@ -61,6 +61,8 @@
|
||||||
>合同新建</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"
|
||||||
|
|
@ -535,10 +537,10 @@ const onFileChange = (fileList: any) => {
|
||||||
let testUrl = ''
|
let testUrl = ''
|
||||||
console.log('输出env.VITE_API_URL', import.meta.env.VITE_API_URL)
|
console.log('输出env.VITE_API_URL', import.meta.env.VITE_API_URL)
|
||||||
if (import.meta.env.VITE_API_URL == '/proxyApi') {
|
if (import.meta.env.VITE_API_URL == '/proxyApi') {
|
||||||
console.log('走入公司测试环境----------', )
|
console.log('走入公司测试环境----------')
|
||||||
testUrl = e.url // 公司-测试环境
|
testUrl = e.url // 公司-测试环境
|
||||||
} else {
|
} else {
|
||||||
console.log('走入宏源测试环境----------', )
|
console.log('走入宏源测试环境----------')
|
||||||
testUrl = 'http://sgwpdm.ah.sgcc.com.cn/iws/ahbns/' + e.url // 宏源-测试环境
|
testUrl = 'http://sgwpdm.ah.sgcc.com.cn/iws/ahbns/' + e.url // 宏源-测试环境
|
||||||
console.log('输出testUrl----------', testUrl)
|
console.log('输出testUrl----------', testUrl)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue