配置文件修改

dev
Tuzki 2 years ago
parent 155ffabc8f
commit 6f12c51b44
  1. 2
      ruoyi-ui/.env.development
  2. 2
      ruoyi-ui/.env.production
  3. 2
      ruoyi-ui/.env.staging
  4. 2
      ruoyi-ui/package.json
  5. 4
      ruoyi-ui/public/index.html
  6. 2
      ruoyi-ui/src/views/login.vue
  7. 2
      ruoyi-ui/vue.config.js

@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = 衡水老白干OA系统
VUE_APP_TITLE = 配置客户端
# 开发环境配置
ENV = 'development'

@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = 衡水老白干OA系统
VUE_APP_TITLE = 配置客户端
# 生产环境配置
ENV = 'production'

@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = 衡水老白干oa系统
VUE_APP_TITLE = 配置客户端
NODE_ENV = production

@ -1,7 +1,7 @@
{
"name": "ruoyi",
"version": "3.8.5",
"description": "衡水老白干OA系统",
"description": "配置客户端",
"author": "创巨圆",
"license": "MIT",
"scripts": {

@ -12,8 +12,8 @@
</script>
<script src="https://webapi.amap.com/maps?v=1.4.15&key=7231218170a7459001b54d9b8c73cee6&plugin=AMap.AutoComplete,AMap.PlaceSearch,AMap.DistrictSearch,AMap.MouseTool,AMap.PolyEditor,AMap.Polyline"></script>
<script src="http://webapi.amap.com/ui/1.0/main.js?v=1.0.11"></script>
<link rel="icon" href="<%= BASE_URL %>logo.png">
<title>衡水老白干OA系统</title>
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>配置客户端</title>
<!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
<!-- <script src="./jessibuca.js"></script>-->
<style>

@ -1,7 +1,7 @@
<template>
<div class="login">
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
<h3 class="title">衡水老白干OA系统</h3>
<h3 class="title">配置客户端</h3>
<el-form-item prop="username">
<el-input
v-model="loginForm.username"

@ -7,7 +7,7 @@ function resolve(dir) {
const CompressionPlugin = require('compression-webpack-plugin')
const name = process.env.VUE_APP_TITLE || '衡水老白干OA系统' // 网页标题
const name = process.env.VUE_APP_TITLE || '配置客户端' // 网页标题
const port = process.env.port || process.env.npm_config_port || 80 // 端口

Loading…
Cancel
Save