| | |
| | | # 页面标题
|
| | | 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
|
| | |
| | | <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
| | | <meta name="renderer" content="webkit">
|
| | | <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
| | | <link rel="icon" href="/favicon.ico">
|
| | | <title>中小企业数字化转型套餐包</title>
|
| | | <link rel="icon" href="/ZQHXico.ico">
|
| | | <title>中强恒兴管理系统</title>
|
| | | <!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
|
| | | <style>
|
| | | 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/logo/logo.png' // 导入默认logo
|
| | | import defaultLogo from '@/assets/indexViews/ZQHXLogo.png' // 导入默认logo
|
| | |
|
| | | defineProps({
|
| | | collapse: {
|
| | |
| | | const baseUrl =
|
| | | VITE_APP_ENV == "development"
|
| | | ? "http://114.132.189.42:8089" // 开发环境后端接口
|
| | | : "http://114.132.189.42:8089"; // 生产环境后端接口
|
| | | : "http://114.132.189.42:1234"; // 生产环境后端接口
|
| | |
|
| | | return {
|
| | | // 部署生产环境和开发环境下的URL。
|