Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
contractmanage
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
contractmanage
Commits
6dba97d6
Commit
6dba97d6
authored
Jan 26, 2022
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
环境修改
parent
6fa954e6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
31 deletions
+5
-31
.env.mysql
.env.mysql
+2
-15
.env.test
.env.test
+2
-15
add.vue
src/views/list/add.vue
+1
-1
No files found.
.env.mysql
View file @
6dba97d6
...
@@ -3,18 +3,5 @@ ENV = 'dev'
...
@@ -3,18 +3,5 @@ ENV = 'dev'
NODE_ENV= 'dev'
NODE_ENV= 'dev'
# 私有环境
# 私有环境
# base api
# base api
VUE_APP_BASE_API = 'http://zt.51newsoftware.com:10184'
VUE_APP_BASE_API = 'http://10.19.103.15:8090'
# workFlow链接地址
VUE_APP_WORKFLOW = 'http://zt.51newsoftware.com:10184/workFlow'
# login地址
VUE_APP_LOGIN = 'http://login.51newsoftware.com:10181/#/login'
# 诉服管理端地址
VUE_APP_SUITW = 'http://sfb.51newsoftware.com:10181'
# 根域名
VUE_APP_ROOT = '51newsoftware.com'
# 模板地址
VUE_APP_TEMPLATE = 'http://zt.51newsoftware.com:10191/'
# UI地址
VUE_APP_UI = 'http://zt.51newsoftware.com:10188'
# 报表设计器地址
VUE_APP_REPORT = 'http://zt.51newsoftware.com:10186/ureport'
.env.test
View file @
6dba97d6
...
@@ -3,18 +3,5 @@ ENV = 'test'
...
@@ -3,18 +3,5 @@ ENV = 'test'
NODE_ENV
=
'production'
NODE_ENV
=
'production'
# 测试环境
# 测试环境
# base api
# base api
VUE_APP_BASE_API
=
'http://zt.91isoft.com:10184'
VUE_APP_BASE_API
=
'http://10.19.103.15:8090'
#工作流地址
VUE_APP_WORKFLOW
=
'http://zt.91isoft.com:10184/workFlow'
# login地址
VUE_APP_LOGIN
=
'http://login.91isoft.com:10181/#/login'
# 诉服管理端地址
VUE_APP_SUITW
=
'http://sfb.91isoft.com:10181'
# 根域名
VUE_APP_ROOT
=
'91isoft.com'
# 模板地址
VUE_APP_TEMPLATE
=
'http://zt.91isoft.com:10191/'
# UI地址
VUE_APP_UI
=
'http://zt.91isoft.com:10188'
# 报表设计器地址
VUE_APP_REPORT
=
'http://zt.91isoft.com:10186/ureport'
src/views/list/add.vue
View file @
6dba97d6
...
@@ -2114,7 +2114,7 @@ export default {
...
@@ -2114,7 +2114,7 @@ export default {
const
ids
=
[
'basic'
,
'party'
,
'price'
,
'pay'
,
'bond'
,
'guarantee'
,
'approve'
,
'file'
]
const
ids
=
[
'basic'
,
'party'
,
'price'
,
'pay'
,
'bond'
,
'guarantee'
,
'approve'
,
'file'
]
ids
.
map
(
item
=>
document
.
getElementById
(
item
)).
forEach
(
ele
=>
{
ids
.
map
(
item
=>
document
.
getElementById
(
item
)).
forEach
(
ele
=>
{
const
top
=
ele
.
getBoundingClientRect
().
top
const
top
=
ele
.
getBoundingClientRect
().
top
console
.
log
(
top
,
pTop
)
console
.
log
(
'高度啊啊啊啊啊'
,
top
,
pTop
)
if
(
top
-
pTop
<=
100
)
{
if
(
top
-
pTop
<=
100
)
{
this
.
active
=
ele
.
getAttribute
(
'id'
)
this
.
active
=
ele
.
getAttribute
(
'id'
)
}
}
...
...
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