Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
蒋秀川
/
miniProject
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit e2b4fb7a
authored
May 30, 2025
by
Tianqing Liu
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge remote-tracking branch 'origin/app' into app
2 parents
d22e2b4c
3ac8d8fd
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
h5/public/jessibuca-pro/uni.webview.1.5.5.js
h5/src/router/index.js
h5/public/jessibuca-pro/uni.webview.1.5.5.js
View file @
e2b4fb7
This diff is collapsed.
Click to expand it.
h5/src/router/index.js
View file @
e2b4fb7
...
...
@@ -13,11 +13,16 @@ const routes = [
name
:
"HeatMap"
,
component
:
()
=>
import
(
"@/views/heatMap/index.vue"
),
},
{
path
:
"/areaHeatMap"
,
name
:
"AreaHeatMap"
,
component
:
()
=>
import
(
"@/views/areaHeat/index.vue"
),
},
];
const
isDev
=
process
.
env
.
NODE_ENV
===
'development'
;
// const isDev = process.env.NODE_ENV === "development"
;
const
router
=
createRouter
({
history
:
createWebHistory
(
isDev
?
'/'
:
'/apph5'
),
history
:
createWebHistory
(
"/appH5/"
),
routes
,
});
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment