From c2c5b94b7a80c838009ebc914537ba3862040303 Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Tue, 27 Jan 2026 15:28:14 +0800
Subject: [PATCH] 1

---
 src/page/newUser/smrz.vue                     |    2 +-
 config/index.js                               |    2 +-
 src/page/authentication/index.vue             |    2 +-
 src/axios/api.url.js                          |    7 +++----
 src/page/home/daylimitNew.vue                 |    2 +-
 src/page/home/listcomponents/dazongjiaoyi.vue |    2 +-
 6 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/config/index.js b/config/index.js
index 04587e9..3944f12 100644
--- a/config/index.js
+++ b/config/index.js
@@ -14,7 +14,7 @@
       '/': {
         // target: 'https://pc.zsycyy.com',
         // target: 'http://www.shehua56.com',
-        target:'http://api.qitiana.cfd',
+        target:'https/api.bafang.icu',
         secure: false,
         changeOrigin: true,
         pathRewrite: {
diff --git a/src/axios/api.url.js b/src/axios/api.url.js
index 5f02116..47bfea9 100644
--- a/src/axios/api.url.js
+++ b/src/axios/api.url.js
@@ -1,13 +1,12 @@
 
 const ENV = process.env.NODE_ENV
 export default {
-  DOMAIN: 'https://api.qitiana.cfd/',
-  baseURL: ENV == 'development' ? 'http://api.qitiana.cfd' :'https://api.qitiana.cfd/',
+  DOMAIN: 'https://api.bafang.icu/',
+  baseURL: ENV == 'development' ? 'http://192.168.10.5:8091' :'https://api.bafang.icu/',
   // // baseURL: 'http://localhost:8070',
   // /* Util API */
-  // // baseURL: 'https://api.qitiana.cfd/',
+  // // baseURL: 'https://api.bafang.icu/',
   util: {
     image: '/util/image.html' // 图片上传
   }
 }
-// https://api.qitiana.cfd
diff --git a/src/page/authentication/index.vue b/src/page/authentication/index.vue
index c01c7e5..93dc232 100644
--- a/src/page/authentication/index.vue
+++ b/src/page/authentication/index.vue
@@ -120,7 +120,7 @@
     this.admin = process.env.API_HOST;
     console.log(this.admin)
     if (this.admin == undefined) {
-      this.admin = "https://api.qitiana.cfd";
+      this.admin = "https://api.bafang.icu";
     }
   },
   methods: {
diff --git a/src/page/home/daylimitNew.vue b/src/page/home/daylimitNew.vue
index 76e6b42..389ad81 100644
--- a/src/page/home/daylimitNew.vue
+++ b/src/page/home/daylimitNew.vue
@@ -97,7 +97,7 @@
                 return
             }
             var opt = {
-                stockCode: this.currentItem.stockCode,
+                stockCode: this.currentItem.stockGid,
                 password: this.password,
                 num: this.num * 100,
             }
diff --git a/src/page/home/listcomponents/dazongjiaoyi.vue b/src/page/home/listcomponents/dazongjiaoyi.vue
index eec7566..6b37e1f 100644
--- a/src/page/home/listcomponents/dazongjiaoyi.vue
+++ b/src/page/home/listcomponents/dazongjiaoyi.vue
@@ -105,7 +105,7 @@
                 return
             }
             var opt = {
-                stockCode: this.currentItem.stockCode,
+                stockCode: this.currentItem.stockGid,
                 password: this.password,
                 num: this.num * 100,
             }
diff --git a/src/page/newUser/smrz.vue b/src/page/newUser/smrz.vue
index 393b36b..86f3eae 100644
--- a/src/page/newUser/smrz.vue
+++ b/src/page/newUser/smrz.vue
@@ -176,7 +176,7 @@
     //   upload_file[i].style.opacity = 0;
     // }
     // if (this.admin == undefined) {
-    //   this.admin = "https://api.qitiana.cfd";
+    //   this.admin = "https://api.bafang.icu";
     // }
   },
   methods: {

--
Gitblit v1.9.3