From 729b698b17d7468acbc6c495746a72c9150fdaeb Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期二, 09 九月 2025 11:49:47 +0800
Subject: [PATCH] 按钮改名下传
---
src/views/wel/index.vue | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/views/wel/index.vue b/src/views/wel/index.vue
index 7f8bf47..c47fd1b 100644
--- a/src/views/wel/index.vue
+++ b/src/views/wel/index.vue
@@ -2,18 +2,20 @@
* @Author: 鏉庡枂(寮�鍙戠粍) lzhe@yxqiche.com
* @Date: 2025-08-11 09:25:36
* @LastEditors: 鏉庡枂(寮�鍙戠粍) lzhe@yxqiche.com
- * @LastEditTime: 2025-08-12 17:45:42
+ * @LastEditTime: 2025-08-19 16:23:04
* @FilePath: /mdmweb/src/views/wel/index.vue
* @Description: 杩欐槸榛樿璁剧疆,璇疯缃甡customMade`, 鎵撳紑koroFileHeader鏌ョ湅閰嶇疆 杩涜璁剧疆: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
<template>
- <shemi v-if="isSM"></shemi>
+ <shemi v-if="isSM"></shemi>
<gongkong v-else></gongkong>
+ <!-- <gongkong></gongkong> -->
</template>
<script>
import shemi from './shemi.vue'
import gongkong from './gongkong.vue'
export default {
+ name: 'WelIndex',
components: {shemi,gongkong},
data() {
return {
@@ -34,7 +36,7 @@
if(res.data.data === "0") {
this.isSM = true;
}else {
- this.getPre();
+ // this.getPre();
}
}
);
--
Gitblit v1.9.3