From fc4c8b7e4f9d926a43903389afb21d5a09208f8e Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期四, 13 二月 2025 16:41:30 +0800 Subject: [PATCH] feat:承运单位改为非必填样式 --- main.js | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/main.js b/main.js index 45985a1..48cd2e8 100644 --- a/main.js +++ b/main.js @@ -26,14 +26,18 @@ reqGet, reqPost, reqAllJson, - reqDelete + reqDelete, + reqPut, + reqGetId } from '@/api/index.js' Vue.prototype.$reqAll = reqAll Vue.prototype.$reqAllJson = reqAllJson Vue.prototype.$reqGet = reqGet Vue.prototype.$reqPost = reqPost Vue.prototype.$reqDelete = reqDelete +Vue.prototype.$reqPut = reqPut Vue.prototype.$store = store +Vue.prototype.$reqGetId = reqGetId // 鐢变簬寰俊灏忕▼搴忕殑杩愯鏈哄埗闂锛岄渶澹版槑濡備笅涓�琛岋紝H5鍜孉PP闈炲繀濉� const app = new Vue({ store, -- Gitblit v1.9.1