From 3889b8ad1c2b71dd2bdca200aca7063742bd83bf Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 05 十一月 2025 15:15:50 +0800
Subject: [PATCH] 提交

---
 admin/src/views/business/jkSketch.vue                         |    5 +++++
 admin/src/views/business/jkVersion.vue                        |    3 ++-
 admin/src/components/business/OperaJkVersionWindow.vue        |   13 ++++++++++---
 admin/src/components/business/OperaCategoryJkBannerWindow.vue |    1 +
 admin/.env.production                                         |    4 +++-
 admin/.env.development                                        |    4 ++--
 6 files changed, 23 insertions(+), 7 deletions(-)

diff --git a/admin/.env.development b/admin/.env.development
index 05e081e..3747781 100644
--- a/admin/.env.development
+++ b/admin/.env.development
@@ -3,9 +3,9 @@
 
 # VUE_APP_API_URL  = 'https://atwl.ahzyssl.com/zhyq_interface'
 
-# VUE_APP_API_URL  = 'http://192.168.1.45:10010'
+VUE_APP_API_URL  = 'http://192.168.1.45:10010'
 
-VUE_APP_API_URL  = 'http://192.168.0.212/system_gateway'
+# VUE_APP_API_URL  = 'http://192.168.0.212/system_gateway'
 
 # VUE_APP_API_URL  = 'http://localhost:10010'
 
diff --git a/admin/.env.production b/admin/.env.production
index e85e66f..046e829 100644
--- a/admin/.env.production
+++ b/admin/.env.production
@@ -1,7 +1,9 @@
 # 鐢熶骇鐜閰嶇疆
 NODE_ENV = 'production'
 
-VUE_APP_API_URL  = 'http://192.168.0.212/system_gateway'
+# VUE_APP_API_URL  = 'http://192.168.0.212/system_gateway'
+VUE_APP_API_URL  = 'http://192.168.0.7/system_gateway'
 # VUE_APP_API_URL  = 'http://10.49.39.23/system_gateway'
 
 VUE_APP_AMAP_KEY='045542fc5f436b75e6c911c5c84ff8cd'
+
diff --git a/admin/src/components/business/OperaCategoryJkBannerWindow.vue b/admin/src/components/business/OperaCategoryJkBannerWindow.vue
index 5002b13..76e4ca9 100644
--- a/admin/src/components/business/OperaCategoryJkBannerWindow.vue
+++ b/admin/src/components/business/OperaCategoryJkBannerWindow.vue
@@ -70,6 +70,7 @@
     },
     open (title, target) {
       this.title = title
+      this.form.imgurlFull = ''
       this.visible = true
       // 鏂板缓缁勭粐
       if (target == null) {
diff --git a/admin/src/components/business/OperaJkVersionWindow.vue b/admin/src/components/business/OperaJkVersionWindow.vue
index 83a120b..1299be0 100644
--- a/admin/src/components/business/OperaJkVersionWindow.vue
+++ b/admin/src/components/business/OperaJkVersionWindow.vue
@@ -7,7 +7,10 @@
     @confirm="confirm"
   >
     <el-form :model="form" ref="form" :rules="rules">
-      <el-form-item label="鐗堟湰鍙�" prop="versionInfo">
+      <el-form-item label="鐗堟湰鍙�" prop="versionNum">
+        <el-input v-model="form.versionNum" type="number" placeholder="璇疯緭鍏ョ増鏈彿" v-trim/>
+      </el-form-item>
+      <el-form-item label="鐗堟湰鍚嶇О" prop="versionInfo">
         <el-input v-model="form.versionInfo" placeholder="璇疯緭鍏ョ増鏈彿" v-trim/>
       </el-form-item>
       <el-form-item label="瀹夎鍖�" prop="fileUrl">
@@ -61,13 +64,17 @@
         content: '',
         fileSize: '',
         name: '',
-        isForce: 1
+        isForce: 1,
+        versionNum: ''
       },
       // 楠岃瘉瑙勫垯
       rules: {
-        versionInfo: [
+        versionNum: [
           { required: true, message: '璇疯緭鍏ョ増鏈彿', trigger: 'blur' }
         ],
+        versionInfo: [
+          { required: true, message: '璇疯緭鍏ョ増鏈悕绉�', trigger: 'blur' }
+        ],
         fileUrl: [
           { required: true, message: '璇蜂笂浼犲畨瑁呭寘', trigger: 'blur' }
         ],
diff --git a/admin/src/views/business/jkSketch.vue b/admin/src/views/business/jkSketch.vue
index 3d55f95..6cb865b 100644
--- a/admin/src/views/business/jkSketch.vue
+++ b/admin/src/views/business/jkSketch.vue
@@ -115,6 +115,11 @@
       'field.id': 'id',
       'field.main': 'id'
     })
+    const now = new Date();
+    const year = now.getFullYear();
+    const month = now.getMonth() + 1; // 鏈堜唤浠�0寮�濮嬶紝闇�瑕佸姞1
+    const day = now.getDate();
+    this.searchForm.dateInfo = `${year}-${month}-${day}`
     this.search()
   },
   methods: {
diff --git a/admin/src/views/business/jkVersion.vue b/admin/src/views/business/jkVersion.vue
index 932d3c6..906f3f6 100644
--- a/admin/src/views/business/jkVersion.vue
+++ b/admin/src/views/business/jkVersion.vue
@@ -28,7 +28,8 @@
         :data="tableData.list"
         stripe
       >
-        <el-table-column prop="versionInfo" label="鐗堟湰鍙�" min-width="100px"></el-table-column>
+        <el-table-column prop="versionNum" label="鐗堟湰鍙�" min-width="100px"></el-table-column>
+        <el-table-column prop="versionInfo" label="鐗堟湰鍚嶇О" min-width="100px"></el-table-column>
         <el-table-column label="骞冲彴绫诲瀷" min-width="100px">
           <template slot-scope="{row}">
             <span v-if="row.type === 0">Android</span>

--
Gitblit v1.9.3