Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tp-ui
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhaopanyu
tp-ui
Commits
e660259a
Commit
e660259a
authored
Oct 12, 2024
by
zhaopanyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zpy
parent
c3f239e5
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
9 deletions
+9
-9
.env.development
+2
-2
.env.production
+2
-2
.env.staging
+2
-2
package.json
+1
-1
src/views/benchmarkVoting/index.vue
+1
-1
vue.config.js
+1
-1
No files found.
.env.development
View file @
e660259a
# 页面标题
# 页面标题
VUE_APP_TITLE =
若依管理系统
VUE_APP_TITLE =
投选活动
# 开发环境配置
# 开发环境配置
ENV = 'development'
ENV = 'development'
#
若依管理系统
/开发环境
#
投选活动
/开发环境
VUE_APP_BASE_API = '/dev-api'
VUE_APP_BASE_API = '/dev-api'
# 路由懒加载
# 路由懒加载
...
...
.env.production
View file @
e660259a
# 页面标题
# 页面标题
VUE_APP_TITLE =
若依管理系统
VUE_APP_TITLE =
投选活动
# 生产环境配置
# 生产环境配置
ENV = 'production'
ENV = 'production'
#
若依管理系统
/生产环境
#
投选活动
/生产环境
VUE_APP_BASE_API = '/prod-api'
VUE_APP_BASE_API = '/prod-api'
.env.staging
View file @
e660259a
# 页面标题
# 页面标题
VUE_APP_TITLE =
若依管理系统
VUE_APP_TITLE =
投选活动
NODE_ENV = production
NODE_ENV = production
# 测试环境配置
# 测试环境配置
ENV = 'staging'
ENV = 'staging'
#
若依管理系统
/测试环境
#
投选活动
/测试环境
VUE_APP_BASE_API = '/stage-api'
VUE_APP_BASE_API = '/stage-api'
package.json
View file @
e660259a
{
{
"name"
:
"
ruoyi
"
,
"name"
:
"
ruoyi
"
,
"version"
:
"3.8.8"
,
"version"
:
"3.8.8"
,
"description"
:
"
若依管理系统
"
,
"description"
:
"
投选活动
"
,
"author"
:
"若依"
,
"author"
:
"若依"
,
"license"
:
"
MIT
"
,
"license"
:
"
MIT
"
,
"scripts"
:
{
"scripts"
:
{
...
...
src/views/benchmarkVoting/index.vue
View file @
e660259a
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<div
class=
"box"
>
<div
class=
"box"
>
<div
class=
"bg"
>
<div
class=
"bg"
>
<div
class=
"bt"
>
<div
class=
"bt"
>
<h2
style=
"margin-top: -5px;"
>
“我心目中的三基标杆”
</h2>
<h2
style=
"margin-top: -5px;"
>
“我心目中的三基标杆”
投选活动
</h2>
<p>
<p>
为深化落实油田党委“分专业打造一批三基标杆
为深化落实油田党委“分专业打造一批三基标杆
样板,培育精细精益文化,促进基层基础管理水平持续提升”部署安排,在直属单位有序打造、自主申报,标杆打造项目组统筹推进、精准指导,油田相关部门综合评议、择优推荐的基础上,
样板,培育精细精益文化,促进基层基础管理水平持续提升”部署安排,在直属单位有序打造、自主申报,标杆打造项目组统筹推进、精准指导,油田相关部门综合评议、择优推荐的基础上,
...
...
vue.config.js
View file @
e660259a
...
@@ -7,7 +7,7 @@ function resolve(dir) {
...
@@ -7,7 +7,7 @@ function resolve(dir) {
const
CompressionPlugin
=
require
(
"compression-webpack-plugin"
);
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
;
// 端口
const
port
=
process
.
env
.
port
||
process
.
env
.
npm_config_port
||
80
;
// 端口
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment