1
PC-20250623MANY\Administrator
2025-09-15 d22e2f160de3c384d5c97641f95e56a849221cc9
1
1 files modified
12 ■■■■ changed files
src/App.vue 12 ●●●● patch | view | raw | blame | history
src/App.vue
@@ -28,16 +28,16 @@
    };
  },
  created() {
    // this.getInfoSite();
    this.getInfoSite();
  },
  methods: {
    // 跳转客服页面
    aRouter1() {
      // window.open(this.onlineService);
      this.$message({
        message: this.$t("kf1"),
        type: "warning",
      });
      window.open(this.onlineService);
      // this.$message({
      //   message: this.$t("kf1"),
      //   type: "warning",
      // });
    },
    // 获取客服地址
    async getInfoSite() {