烟花爆竹批发企业仓库安全风险监测前端
祖安之光
2026-03-11 e72ab2c7e40fcec16677f6f9916b3ed868ada332
修改名称
6 files modified
12 ■■■■ changed files
.env.development 2 ●●● patch | view | raw | blame | history
.env.production 2 ●●● patch | view | raw | blame | history
.env.staging 2 ●●● patch | view | raw | blame | history
index.html 2 ●●● patch | view | raw | blame | history
package.json 2 ●●● patch | view | raw | blame | history
src/views/index.vue 2 ●●● patch | view | raw | blame | history
.env.development
@@ -4,7 +4,7 @@
# 开发环境配置
VITE_APP_ENV = 'development'
# 烟花爆竹批发企业仓库安全监测预警/开发环境
# 烟花爆竹零售批发企业仓库安全监测预警/开发环境
#贺哥
VITE_APP_BASE_API = 'http://192.168.2.58:8100'
.env.production
@@ -4,7 +4,7 @@
# 生产环境配置
VITE_APP_ENV = 'production'
# 烟花爆竹批发企业仓库安全监测预警/生产环境
# 烟花爆竹零售批发企业仓库安全监测预警/生产环境
VITE_APP_BASE_API = 'http://39.104.85.193:4115'
# 是否在打包时开启压缩,支持 gzip 和 brotli
.env.staging
@@ -4,7 +4,7 @@
# 生产环境配置
VITE_APP_ENV = 'staging'
# 烟花爆竹批发企业仓库安全监测预警/生产环境
# 烟花爆竹零售批发企业仓库安全监测预警/生产环境
VITE_APP_BASE_API = '/stage-api'
# 是否在打包时开启压缩,支持 gzip 和 brotli
index.html
@@ -7,7 +7,7 @@
  <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>
  <title>烟花爆竹零售批发企业仓库安全监测预警系统</title>
  <!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
  <style>
    html,
package.json
@@ -1,7 +1,7 @@
{
  "name": "ruoyi",
  "version": "3.8.6",
  "description": "烟花爆竹批发企业仓库安全监测预警",
  "description": "烟花爆竹零售批发企业仓库安全监测预警",
  "author": "若依",
  "license": "MIT",
  "scripts": {
src/views/index.vue
@@ -3,7 +3,7 @@
    <div style="margin: 150px 100px;color: #3173ea" class="login-img">
      <div >
        <div style="font-size:50px">欢迎进入</div>
        <div style="font-size: 35px;margin-top: 20px">烟花爆竹批发企业仓库安全监测预警系统</div>
        <div style="font-size: 35px;margin-top: 20px">烟花爆竹零售批发企业仓库安全监测预警系统</div>
      </div>
    </div>