consumer模块完成90%,完善店铺商品优惠券领取

This commit is contained in:
2026-02-05 17:27:22 +08:00
parent 0ee4577b31
commit 06b7369494
22 changed files with 2096 additions and 1286 deletions

View File

@@ -2,6 +2,8 @@
import { createSSRApp } from 'vue'
import App from './App.uvue'
console.log('Main App Initializing... Force Rebuild ' + Date.now())
export function createApp() {
const app = createSSRApp(App)