烟花爆竹批发企业仓库安全风险监测前端
祖安之光
2026-03-11 24bd8e78db83905b0d5f818c25ed5a85ce4d7159
新建分支
4 files modified
16 ■■■■ changed files
.env.production 2 ●●● patch | view | raw | blame | history
src/layout/components/Sidebar/menu.js 10 ●●●● patch | view | raw | blame | history
src/views/components/loginForm.vue 2 ●●● patch | view | raw | blame | history
vite.config.js 2 ●●● patch | view | raw | blame | history
.env.production
@@ -5,7 +5,7 @@
VITE_APP_ENV = 'production'
# 烟花爆竹批发企业仓库安全监测预警/生产环境
VITE_APP_BASE_API = 'http://39.104.85.193:4105'
VITE_APP_BASE_API = 'http://39.104.85.193:4115'
# 是否在打包时开启压缩,支持 gzip 和 brotli
VITE_BUILD_COMPRESS = gzip
src/layout/components/Sidebar/menu.js
@@ -21,11 +21,11 @@
            name: 'PeopleCar',
            meta: { title: '车辆人员信息',icon: 'peoples',affix: true }
        },
        {
            path: '/humiture',
            name: 'Humiture',
            meta: { title: '温湿度数据',icon: 'thermometer',affix: true }
        },
        // {
        //     path: '/humiture',
        //     name: 'Humiture',
        //     meta: { title: '温湿度数据',icon: 'thermometer',affix: true }
        // },
        {
            path: '/alarm',
            name: 'Alarm',
src/views/components/loginForm.vue
@@ -1,7 +1,7 @@
<template>
  <el-row class="login-panel">
    <el-col :sm="24" :md="12" class="login-img">
      烟花爆竹批发企业<br/>仓库安全风险监测预警系统
      烟花爆竹零售批发企业<br/>仓库安全风险监测预警系统
    </el-col>
    <el-col :sm="24" :md="12" class="login-box">
      <div class="login-card">
vite.config.js
@@ -25,7 +25,7 @@
    },
    // vite 相关配置
    server: {
      port: 80,
      port: 89,
      host: true,
      open: true,
      proxy: {