Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sensorConsult
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
zhanglw
sensorConsult
Commits
6f2f8131
Commit
6f2f8131
authored
Aug 29, 2023
by
zhanglw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
询价权限
parent
d0194ae9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
5 deletions
+9
-5
.env.development
.env.development
+4
-4
inquiryView.vue
src/views/homepage/components/inquiryView.vue
+5
-1
No files found.
.env.development
View file @
6f2f8131
ENV = 'development'
# 接口地址
#
VUE_APP_BASE_API = 'http://192.168.3.23:7001'
#
VUE_APP_WS_API = 'ws://192.168.3.23:7001'
VUE_APP_BASE_API = 'http://192.168.3.23:7001'
VUE_APP_WS_API = 'ws://192.168.3.23:7001'
VUE_APP_BASE_API = 'http://60.217.78.224:7001'
VUE_APP_WS_API = 'ws://60.217.78.224:7001'
#
VUE_APP_BASE_API = 'http://60.217.78.224:7001'
#
VUE_APP_WS_API = 'ws://60.217.78.224:7001'
# 是否启用 babel-plugin-dynamic-import-node插件
VUE_CLI_BABEL_TRANSPILE_MODULES = true
src/views/homepage/components/inquiryView.vue
View file @
6f2f8131
...
...
@@ -116,7 +116,11 @@ export default {
}
this
.
productId
=
productId
this
.
customerId
=
customerId
this
.
showView
()
HttpReq
.
webClientApi
.
personalCenterInfo
().
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
this
.
showView
()
}
})
}
}
}
...
...
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