heyujie
2022-07-15 a0b5604fcefa0c7900ecc50830b718f77bba8f39
add cluster pwd
1个文件已添加
2个文件已修改
6 ■■■■ 已修改文件
dist.rar 补丁 | 查看 | 原始文档 | blame | 历史
src/main.ts 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/equipmentManagement/equipmentList/components/AddBox.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
dist.rar
Binary files differ
src/main.ts
@@ -8,7 +8,7 @@
import numeral from 'numeral';
import preview from "vue-photo-preview";
import "vue-photo-preview/dist/skin.css";
import * as VueWindow from "@hscmap/vue-window";
// import * as VueWindow from "@hscmap/vue-window";
import VueAwesomeSwiper from "vue-awesome-swiper";
import ToggleButton from 'vue-js-toggle-button';
@@ -24,7 +24,7 @@
Vue.config.productionTip = false;
Vue.mixin(Mixin);
Vue.use(preview);
Vue.use(VueWindow);
// Vue.use(VueWindow);
Vue.use(VueAwesomeSwiper as any);
Vue.use(ToggleButton)
Vue.use(ImageShow)
src/views/equipmentManagement/equipmentList/components/AddBox.vue
@@ -253,7 +253,7 @@
      let res = {};
      if (this.addObj.type == "cluster") {
        res = await addCluster({
          clusterPwd: this.auth_password,
          authPwd: this.auth_password,
          clusterId: this.addObj.id,
        });
      } else {