Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
Videodiagnosis
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
苗家乐
Videodiagnosis
Commits
a9b14c52
Commit
a9b14c52
authored
1 year ago
by
miaojiale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改路径
parent
9e270f28
wenrenmin
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
7 deletions
+5
-7
.env.development
.env.development
+2
-2
.env.production
.env.production
+1
-3
index.js
src/router/index.js
+2
-2
No files found.
.env.development
View file @
a9b14c52
NODE_ENV = 'development'
NODE_ENV = 'development'
VUE_APP_URL = 'https://zcas.wzswsj.gov.cn:8079/screening-api/'
#
VUE_APP_URL = 'https://zcas.wzswsj.gov.cn:8079/screening-api/'
VUE_APP_IMG = 'https://inno.sh-sict.com/gastric/'
#
VUE_APP_IMG = 'https://inno.sh-sict.com/gastric/'
This diff is collapsed.
Click to expand it.
.env.production
View file @
a9b14c52
VUE_APP_URL = "https://tj.sjzxyy.com/zasc/gastric-api"
VUE_APP_BASE_API = '/wrm-api/'
VUE_APP_WSURL = "wss://ds.cixincloud.com/songjiang-socket/websocket/"
\ No newline at end of file
VUE_APP_IMGURL = "./"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/router/index.js
View file @
a9b14c52
...
@@ -5,7 +5,7 @@ Vue.use(Router)
...
@@ -5,7 +5,7 @@ Vue.use(Router)
const
page
=
[
const
page
=
[
{
{
path
:
"
/
"
,
path
:
"
/
"
,
redirect
:
"
/questionnaire
"
//调试
redirect
:
"
/
h5
questionnaire
"
//调试
},
},
// {
// {
// path: "/login",
// path: "/login",
...
@@ -20,7 +20,7 @@ const page = [
...
@@ -20,7 +20,7 @@ const page = [
component
:
()
=>
import
(
"
@/pages/feedback
"
)
component
:
()
=>
import
(
"
@/pages/feedback
"
)
},
},
{
{
path
:
`/questionnaire`
,
path
:
`/
h5
questionnaire`
,
meta
:
{
index
:
2
,
keepAlive
:
false
},
meta
:
{
index
:
2
,
keepAlive
:
false
},
name
:
"
questionnaire
"
,
name
:
"
questionnaire
"
,
component
:
()
=>
import
(
"
@/pages/questionnaire
"
)
component
:
()
=>
import
(
"
@/pages/questionnaire
"
)
...
...
This diff is collapsed.
Click to expand it.
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