1
PC-20250623MANY\Administrator
2025-07-22 3003b7486ddeffd169f2b2f564fc0ff8c2c58bb3
1
3 files modified
4 ■■■■ changed files
src/axios/api.url.js 2 ●●● patch | view | raw | blame | history
src/components/index-component.vue 1 ●●●● patch | view | raw | blame | history
src/page/trading/TradeNew.vue 1 ●●●● patch | view | raw | blame | history
src/axios/api.url.js
@@ -11,7 +11,7 @@
  // 0311
  // baseURL: "https://stockapi.yanshiz.com/",
  // 本地
  baseURL: "http://192.168.10.20:8091/",
  baseURL: "http://192.168.10.5:8091/",
  util: {
    image: "/util/image.html" // 图片上传
  }
src/components/index-component.vue
@@ -34,7 +34,6 @@
  },
  computed: {
    klist() {
      console.log(this.dataObj, "aaaaaaaaaaaaa");
      if (!this.dataObj.kData || this.dataObj.kData.length == 0) return [];
      return this.dataObj.kData.map(item => {
        return item.c;
src/page/trading/TradeNew.vue
@@ -143,6 +143,7 @@
    },
    // 跳转详情
    toDetails(i) {
      if (!i.positionSn) return;
      this.$router.push({
        path: "/Stockdetail",
        query: { codes: i.positionSn }