再次封装Msg组件,扫码功能增加中转页面

This commit is contained in:
liub
2026-02-05 10:15:11 +08:00
parent 274c037eea
commit 7cbdc00ae0
13 changed files with 813 additions and 57 deletions

View File

@ -1,5 +1,5 @@
import config from '../config/index.js';
export const env = 'development'; //production development //开发of线上 改这里就行
export const env = 'production'; //production development //开发of线上 改这里就行
const BASE = config[env];
const request = (options) => {
console.log("options" + JSON.stringify(options), BASE.BASE_URL)