1
admin
2026-01-27 c2c5b94b7a80c838009ebc914537ba3862040303
1
6 files modified
17 ■■■■ changed files
config/index.js 2 ●●● patch | view | raw | blame | history
src/axios/api.url.js 7 ●●●●● patch | view | raw | blame | history
src/page/authentication/index.vue 2 ●●● patch | view | raw | blame | history
src/page/home/daylimitNew.vue 2 ●●● patch | view | raw | blame | history
src/page/home/listcomponents/dazongjiaoyi.vue 2 ●●● patch | view | raw | blame | history
src/page/newUser/smrz.vue 2 ●●● patch | view | raw | blame | history
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: {
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
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: {
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,
            }
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,
            }
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: {