业务更名为撞车并切换crash路由

用户可见文案与页面/API路径改为撞车与crash,保留mohong表与权限码兼容;移动端入口去掉租/撞图标。
This commit is contained in:
yml2213
2026-07-16 21:19:35 +08:00
parent 8b637cf499
commit a4189db4ca
38 changed files with 232 additions and 179 deletions
@@ -49,7 +49,7 @@ async function handleSave() {
async function uploadQrcode(file: File) {
try {
const uploaded = await uploadAdminFile(file, 'mohong')
const uploaded = await uploadAdminFile(file, 'crash')
form.default_qrcode_url = uploaded.url
ElMessage.success('上传成功')
} catch (error) {
@@ -63,7 +63,7 @@ async function uploadQrcode(file: File) {
<div v-loading="loading" class="admin-page">
<div class="page-head">
<div>
<h2>摸大红配置</h2>
<h2>撞车配置</h2>
<p>全局默认固定二维码与订单复制模板商品可覆盖默认二维码支付后用户在订单详情扫码并复制信息联系客服</p>
</div>
<el-button type="primary" :loading="saving" @click="handleSave">保存配置</el-button>