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