1
PC-20250623MANY\Administrator
2025-09-17 34171d550c6284bcf657e9b51dde1ccc6769b919
1
9 files modified
35 ■■■■■ changed files
favicon.ico patch | view | raw | blame | history
index.html 2 ●●● patch | view | raw | blame | history
src/assets/img/logo_1.png patch | view | raw | blame | history
src/axios/api.url.js 2 ●●● patch | view | raw | blame | history
src/page/bankCard1/index.vue 4 ●●●● patch | view | raw | blame | history
src/page/kline/components/kLine.vue 4 ●●● patch | view | raw | blame | history
src/page/login/login.vue 4 ●●●● patch | view | raw | blame | history
src/page/login/register.vue 6 ●●●● patch | view | raw | blame | history
src/page/user/myOrder.vue 13 ●●●● patch | view | raw | blame | history
favicon.ico

index.html
@@ -5,7 +5,7 @@
    <meta charset="utf-8">
    <meta name="viewport"
        content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
    <title></title>
    <title>RBHC</title>
    <link rel="shortcut icon" href=./favicon.ico type=image/x-icon>
    <link href="static/css/public1.css" rel="stylesheet">
    <link href="//at.alicdn.com/t/c/font_4480663_5e9rjcl352x.css" rel="stylesheet">
src/assets/img/logo_1.png

src/axios/api.url.js
@@ -14,7 +14,7 @@
  // 本地
  baseURL:
    // process.env.NODE_ENV == "development" ? "http://192.168.10.5:8091/" : "https://api.kuspitai.com/",
    process.env.NODE_ENV == "development" ? "http://192.168.10.12:8091/" : "https://usapi.yanshiz.com/",
    process.env.NODE_ENV == "development" ? "http://api.isusstock.com/" : "https://api.isusstock.com/",
  util: {
    image: "/util/image.html" // 图片上传
  }
src/page/bankCard1/index.vue
@@ -9,7 +9,7 @@
    >
    </van-nav-bar>
    <div class="content">
      <p
      <!-- <p
        style="padding: 0px; margin-top: 0px; margin-bottom: 0px; text-align: justify; color: rgb(204, 204, 204);"
      >
        广州期货交易所(以下简称广期所)于2021年4月19日挂牌成立,是经国务院同意,由中国证监会批准设立的第五家期货交易所。广期所由上海期货交易所、郑州商品交易所、大连商品交易所、中国金融期货交易所股份有限公司、中国平安保险(集团)股份有限公司、广州金融控股集团有限公司、广东珠江投资控股集团有限公司、香港交易及结算所有限公司共同发起设立,是国内首家混合所有制交易所。设立广期所,是健全多层次资本市场体系,服务绿色发展,服务粤港澳大湾区建设,服务“一带一路”倡议的重要举措。
@@ -39,7 +39,7 @@
          width="359"
          height="230"
        /><br data-v-536e3e91="" />
      </p>
      </p> -->
    </div>
  </div>
</template>
src/page/kline/components/kLine.vue
@@ -1419,7 +1419,9 @@
</script>
<style lang="less">
@animation-duration: 0.3s;
.parameter{
  background-color: #333 !important;
}
.box {
  width: 100%;
  height: 100%;
src/page/login/login.vue
@@ -285,8 +285,8 @@
  height: 100vh;
  .left_icon {
    width: 112px;
    height: 32px;
    // width: 112px;
    height: 82px;
  }
  .multilingual {
src/page/login/register.vue
@@ -11,14 +11,14 @@
          <el-input :placeholder="$t('请输入')" :size="medium" v-model="phone" clearable @input="handleInput()">
          </el-input>
          <div class="forms_title">{{ $t("hj25") }}</div>
          <!-- <div class="forms_title">{{ $t("hj25") }}</div>
          <el-input :placeholder="$t('请输入')" :size="medium" v-model="yzmCode" clearable @input="handleInput()">
            <template slot="append">
              <van-button type="info" size="small" @click="getYzm" :loading="djs > 0" :loading-text="djs + ''">
                <span style="font-size: 14px;">{{ $t('获取验证码') }}</span>
              </van-button>
            </template>
          </el-input>
          </el-input> -->
          <div class="forms_title">{{ $t("Password") }}</div>
          <el-input :placeholder="$t('hj19')" :size="medium" v-model="userPassword" clearable @input="handleInput()">
@@ -78,7 +78,7 @@
      placeholder: this.$t("hj16"),
      phone: "",
      userName: "",
      yzmCode: '',
      yzmCode: '6666',
      code: "",
      userPassword: "",
      btnClass: false,
src/page/user/myOrder.vue
@@ -294,7 +294,8 @@
</template>
<script>
let teimss = null;
let teimss = null; // 轮询获取账户金额计时器
let teimss2 = null; // 轮询获取持仓数据计时器
import tabHead from "@/components/tabHead.vue";
import * as api from "@/axios/api";
export default {
@@ -319,6 +320,13 @@
      handler(state) {
        this.pageNum = 1;
        this.getList(state);
        clearInterval(teimss2);
        // 判断如果是获取平仓数据就不再轮询
        if(state == '1') return
        teimss2 = setInterval(() => {
          this.getList(state);
        }, 3000);
      },
      immediate: true
    }
@@ -338,6 +346,7 @@
  },
  beforeDestroy() {
    clearInterval(teimss);
    clearInterval(teimss2);
  },
  methods: {
    // 获取 持仓 数据
@@ -347,8 +356,8 @@
        pageNum: this.pageNum,
        pageSize: this.pageSize
      };
      let data = await api.getchicang(opt);
      if (data.status === 0) {
        if (this.active == "0") this.list = data.data.list;
        else this.list2 = data.data.list;