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
b9945807
Commit
b9945807
authored
Jan 27, 2022
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
接口地址修改
parent
ef488109
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
.env.mysql
.env.mysql
+1
-1
.env.production
.env.production
+1
-1
.env.test
.env.test
+1
-1
index.vue
src/views/journalManage/index.vue
+2
-2
No files found.
.env.mysql
View file @
b9945807
...
@@ -3,5 +3,5 @@ ENV = 'dev'
...
@@ -3,5 +3,5 @@ ENV = 'dev'
NODE_ENV= 'dev'
NODE_ENV= 'dev'
# 私有环境
# 私有环境
# base api
# base api
VUE_APP_BASE_API = 'http://1
0.19.103.15
:8090'
VUE_APP_BASE_API = 'http://1
17.122.212.101
:8090'
.env.production
View file @
b9945807
...
@@ -4,4 +4,4 @@ ENV = 'production'
...
@@ -4,4 +4,4 @@ ENV = 'production'
# 生产环境
# 生产环境
# base api
# base api
VUE_APP_BASE_API = 'http://1
0.19.103.15
:8090'
VUE_APP_BASE_API = 'http://1
17.122.212.101
:8090'
.env.test
View file @
b9945807
...
@@ -3,5 +3,5 @@ ENV = 'test'
...
@@ -3,5 +3,5 @@ ENV = 'test'
NODE_ENV
=
'production'
NODE_ENV
=
'production'
# 测试环境
# 测试环境
# base api
# base api
VUE_APP_BASE_API
=
'http://1
0.19.103.15
:8090'
VUE_APP_BASE_API
=
'http://1
17.122.212.101
:8090'
src/views/journalManage/index.vue
View file @
b9945807
...
@@ -124,7 +124,7 @@ export default {
...
@@ -124,7 +124,7 @@ export default {
})
})
},
},
del
(
row
)
{
del
(
row
)
{
this
.
$axios
.
delete
(
'http://1
0.19.103.15
:8090/contractlog/contract-log/delete/'
+
row
.
BUSINESSID
).
then
(
res
=>
{
this
.
$axios
.
delete
(
'http://1
17.122.212.101
:8090/contractlog/contract-log/delete/'
+
row
.
BUSINESSID
).
then
(
res
=>
{
if
(
!
res
.
errno
)
{
if
(
!
res
.
errno
)
{
this
.
findLog
()
this
.
findLog
()
/* console.log(this.data)*/
/* console.log(this.data)*/
...
@@ -148,7 +148,7 @@ export default {
...
@@ -148,7 +148,7 @@ export default {
},
},
findLog
()
{
findLog
()
{
console
.
log
(
'时间'
,
this
.
searchParams
.
CREATEDATE
)
console
.
log
(
'时间'
,
this
.
searchParams
.
CREATEDATE
)
this
.
$axios
.
get
(
'http://1
0.19.103.15
:8090/contractlog/contract-log/queryContractLogByPage'
,
this
.
$axios
.
get
(
'http://1
17.122.212.101
:8090/contractlog/contract-log/queryContractLogByPage'
,
{
params
:
{
{
params
:
{
rows
:
this
.
rows
,
rows
:
this
.
rows
,
page
:
this
.
page
,
page
:
this
.
page
,
...
...
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