| | |
| | | # 页面标题
|
| | | VITE_APP_TITLE = 测试进销存管理系统
|
| | | VITE_APP_TITLE = 中小企业数字化转型二级套餐包
|
| | |
|
| | | # 开发环境配置
|
| | | VITE_APP_ENV = 'development'
|
| | |
|
| | | # 测试进销存管理系统/开发环境
|
| | | # 中小企业数字化转型二级套餐包/开发环境
|
| | | VITE_APP_BASE_API = '/dev-api'
|
| | |
| | | # 页面标题
|
| | | VITE_APP_TITLE = 测试进销存管理系统
|
| | | VITE_APP_TITLE = 中小企业数字化转型二级套餐包
|
| | |
|
| | | # 生产环境配置
|
| | | VITE_APP_ENV = 'production'
|
| | |
|
| | | # 测试进销存管理系统/生产环境
|
| | | # 中小企业数字化转型二级套餐包/生产环境
|
| | | VITE_APP_BASE_API = '/prod-api'
|
| | |
|
| | | # 是否在打包时开启压缩,支持 gzip 和 brotli
|
| | |
| | | # 页面标题
|
| | | VITE_APP_TITLE = 测试进销存管理系统
|
| | | VITE_APP_TITLE = 中小企业数字化转型二级套餐包
|
| | |
|
| | | # 生产环境配置
|
| | | VITE_APP_ENV = 'staging'
|
| | |
|
| | | # 测试进销存管理系统/生产环境
|
| | | # 中小企业数字化转型二级套餐包/生产环境
|
| | | VITE_APP_BASE_API = '/stage-api'
|
| | |
|
| | | # 是否在打包时开启压缩,支持 gzip 和 brotli
|
| | |
| | | name="viewport"
|
| | | content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
|
| | | />
|
| | | <link rel="icon" href="/ZQHXico.ico" />
|
| | | <title>测试进销存管理系统</title>
|
| | | <link rel="icon" href="/favicon.ico" />
|
| | | <title>中小企业数字化转型二级套餐包</title>
|
| | | <!--[if lt IE 11
|
| | | ]><script>
|
| | | window.location.href = "/html/ie.html";
|
| | |
| | | { |
| | | "name": "ruoyi", |
| | | "version": "3.8.9", |
| | | "description": "测试进销存管理系统", |
| | | "description": "中小企业数字化转型二级套餐包", |
| | | "author": "若依", |
| | | "license": "MIT", |
| | | "type": "module", |
| | |
| | | <script setup>
|
| | | import { ref, computed, onMounted, watch } from 'vue'
|
| | | import useUserStore from '@/store/modules/user'
|
| | | import defaultLogo from '@/assets/indexViews/ZQHXLogo.png' // 导入默认logo
|
| | | import defaultLogo from '@/assets/indexViews/LCLogo.png' // 导入默认logo
|
| | |
|
| | | defineProps({
|
| | | collapse: {
|
| | |
| | | <style lang='scss' scoped>
|
| | | .login {
|
| | | height: 100%;
|
| | | background-image: url("../assets/indexViews/JZYJView.png");
|
| | | background-image: url("../assets/indexViews/XYHBView.png");
|
| | | background-size: cover;
|
| | | position: relative;
|
| | | }
|