Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
attendance-performance-manager-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
attendance-performance-manager-ui
Commits
e56a046c
Commit
e56a046c
authored
Apr 16, 2025
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref:绩效汇总一张表添加导出表格筛选
parent
66cdb552
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
218 additions
and
29 deletions
+218
-29
.env.development
.env.development
+1
-0
src/views/staff/perform/summary/list.vue
src/views/staff/perform/summary/list.vue
+191
-4
vue.config.js
vue.config.js
+26
-25
No files found.
.env.development
View file @
e56a046c
#开发环境
#开发环境
NODE_ENV = "development"
NODE_ENV = "development"
# VUE_APP_API_BASE_URL= http://112.19.80.237:11039
# VUE_APP_API_BASE_URL= http://112.19.80.237:11039
# VUE_APP_API_BASE_URL= http://192.168.0.2:17500
VUE_APP_API_BASE_URL= http://192.168.0.98:11039
VUE_APP_API_BASE_URL= http://192.168.0.98:11039
VUE_APP_API_ZWFW_URL= http://112.19.80.237:11031
VUE_APP_API_ZWFW_URL= http://112.19.80.237:11031
VUE_APP_PORTAL_URL = /portal_home
VUE_APP_PORTAL_URL = /portal_home
\ No newline at end of file
src/views/staff/perform/summary/list.vue
View file @
e56a046c
This diff is collapsed.
Click to expand it.
vue.config.js
View file @
e56a046c
module
.
exports
=
{
module
.
exports
=
{
productionSourceMap
:
false
,
productionSourceMap
:
false
,
lintOnSave
:
false
,
lintOnSave
:
false
,
devServer
:
{
devServer
:
{
inline
:
true
,
inline
:
true
,
disableHostCheck
:
true
,
disableHostCheck
:
true
,
port
:
8087
,
port
:
8087
,
hot
:
true
,
//自动保存
hot
:
true
,
//自动保存
proxy
:
{
proxy
:
{
"
/attendance
"
:
{
"
/attendance
"
:
{
target
:
'
http://192.168.0.98:11039
'
,
// target: "http://192.168.0.2:17500"
,
// target: "http://112.19.80.237:11039"
,
target
:
'
http://192.168.0.98:11039
'
,
// target: 'http://localhost:17500'
,
// target: "http://112.19.80.237:11039"
,
// target: "http://118.122.189.109:11039"
,
// target: 'http://localhost:17500'
,
// target: 'http://10.102.252.13:11039'
,
// target: "http://118.122.189.109:11039"
,
changeOrigin
:
true
,
// target: 'http://10.102.252.13:11039'
,
secure
:
fals
e
,
changeOrigin
:
tru
e
,
cookieDomainRewrite
:
"
localhost
"
,
secure
:
false
,
}
,
cookieDomainRewrite
:
"
localhost
"
,
"
/zwfw_api_xnjc
"
:
{
},
target
:
"
http://112.19.80.237:11031
"
,
"
/zwfw_api_xnjc
"
:
{
changeOrigin
:
true
,
target
:
"
http://112.19.80.237:11031
"
,
secure
:
fals
e
,
changeOrigin
:
tru
e
,
cookieDomainRewrite
:
"
localhost
"
,
secure
:
false
,
}
,
cookieDomainRewrite
:
"
localhost
"
,
},
},
},
},
},
};
};
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