Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
bieyuan
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2023-09-25 16:39:20 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
63580211a621d3250e67ef32381294a7352c787a
63580211
1 parent
3ddf879a
处理重定向微信历史返回按钮显示问题
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
README.md
src/App.vue
README.md
View file @
6358021
别院预约
编译产物放到master上面,nsi到oa上面更新
...
...
src/App.vue
View file @
6358021
<!--
* @Date: 2023-06-13 13:26:46
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2023-0
8-25 21:39:03
* @LastEditTime: 2023-0
9-25 16:32:54
* @FilePath: /bieyuan/src/App.vue
* @Description: 启动页
-->
...
...
@@ -59,7 +59,7 @@ onMounted(async () => {
// 进入后先查询有没有订单,有订单直接跳转最终页面
const { data } = await orderInfoAPI();
if (data?.id) {
$router.
push
({
$router.
replace
({
path: '/result',
query: {
id: data.id
...
...
Please
register
or
login
to post a comment