Commit e660259a by zhaopanyu

zpy

parent c3f239e5
# 页面标题
VUE_APP_TITLE = 若依管理系统
VUE_APP_TITLE = 投选活动
# 开发环境配置
ENV = 'development'
# 若依管理系统/开发环境
# 投选活动/开发环境
VUE_APP_BASE_API = '/dev-api'
# 路由懒加载
......
# 页面标题
VUE_APP_TITLE = 若依管理系统
VUE_APP_TITLE = 投选活动
# 生产环境配置
ENV = 'production'
# 若依管理系统/生产环境
# 投选活动/生产环境
VUE_APP_BASE_API = '/prod-api'
# 页面标题
VUE_APP_TITLE = 若依管理系统
VUE_APP_TITLE = 投选活动
NODE_ENV = production
# 测试环境配置
ENV = 'staging'
# 若依管理系统/测试环境
# 投选活动/测试环境
VUE_APP_BASE_API = '/stage-api'
{
"name": "ruoyi",
"version": "3.8.8",
"description": "若依管理系统",
"description": "投选活动",
"author": "若依",
"license": "MIT",
"scripts": {
......
......@@ -3,7 +3,7 @@
<div class="box">
<div class="bg">
<div class="bt">
<h2 style="margin-top: -5px;">“我心目中的三基标杆”</h2>
<h2 style="margin-top: -5px;">“我心目中的三基标杆”投选活动</h2>
<p>
为深化落实油田党委“分专业打造一批三基标杆
样板,培育精细精益文化,促进基层基础管理水平持续提升”部署安排,在直属单位有序打造、自主申报,标杆打造项目组统筹推进、精准指导,油田相关部门综合评议、择优推荐的基础上,
......
......@@ -7,7 +7,7 @@ function resolve(dir) {
const CompressionPlugin = require("compression-webpack-plugin");
const name = process.env.VUE_APP_TITLE || "若依管理系统"; // 网页标题
const name = process.env.VUE_APP_TITLE || "投选活动"; // 网页标题
const port = process.env.port || process.env.npm_config_port || 80; // 端口
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment