修改文件
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
import { VueQueryPlugin } from '@tanstack/vue-query'
|
||||
import { createSSRApp } from 'vue'
|
||||
import App from './App.vue'
|
||||
import { requestInterceptor } from './http/interceptor'
|
||||
import { routeInterceptor } from './router/interceptor'
|
||||
import { requestInterceptor } from './http/interceptor'
|
||||
import NavBar from '@/components/Navbar.vue'
|
||||
|
||||
import store from './store'
|
||||
|
||||
@ -1,6 +1,5 @@
|
||||
<!-- 使用 type="home" 属性设置首页,其他页面不需要设置,默认为page -->
|
||||
<route lang="jsonc" type="page">{
|
||||
"needLogin": true,
|
||||
<route lang="jsonc" type="home">{
|
||||
"layout": "tabbar",
|
||||
"style": {
|
||||
// 'custom' 表示开启自定义导航栏,默认 'default'
|
||||
@ -247,6 +246,7 @@
|
||||
})
|
||||
try {
|
||||
scanVerifyCoupon(res.result, useStore.defaultStore.id).then((res) => {
|
||||
Index.handleGetStoreStatistics()
|
||||
toast.close()
|
||||
toast.info({
|
||||
msg: '验券成功',
|
||||
|
||||
Reference in New Issue
Block a user