Ver Fonte

:lipstick: Updating the UI and style files.

冷冷 há 6 anos atrás
pai
commit
f18381500a
3 ficheiros alterados com 3 adições e 4 exclusões
  1. 1 1
      src/config/env.js
  2. 1 2
      src/page/index/index.vue
  3. 1 1
      src/views/admin/menu/index.vue

+ 1 - 1
src/config/env.js

@@ -3,7 +3,7 @@
 const env = process.env
 let baseUrl = ''
 // 图表库为avue和pig2套地址
-let iconfontVersion = ['667895_4y8d30c1og', '567566_qo5lxgtishg']
+let iconfontVersion = ['667895_4y8d30c1og', '667895_vf6hgm08ubf']
 let iconfontUrl = `//at.alicdn.com/t/font_$key.css`
 let codeUrl = `/code`
 let actUrl = `${window.location.origin}/act/modeler.html?modelId=`

+ 1 - 2
src/page/index/index.vue

@@ -129,7 +129,7 @@
         let token = store.getters.access_token
         let TENANT_ID = getStore({name: 'tenantId'})
         let headers = {
-           'Authorization': 'Bearer ' + token
+          'Authorization': 'Bearer ' + token
         }
         // 建立连接对象
         this.socket = new SockJS('/act/ws');//连接服务端提供的通信接口,连接以后才可以订阅广播消息和个人消息
@@ -139,7 +139,6 @@
         // 向服务器发起websocket连接
         this.stompClient.connect(headers, () => {
           this.stompClient.subscribe('/task/' + this.userInfo.username + "-" + TENANT_ID + '/remind', (msg) => { // 订阅服务端提供的某个topic;
-            console.log(msg)
             this.$notify({
               title: "协同提醒",
               type: 'warning',

+ 1 - 1
src/views/admin/menu/index.vue

@@ -69,7 +69,7 @@
               <el-form-item label="节点ID"
                             prop="menuId">
                 <el-input v-model="form.menuId"
-                          :disabled="formEdit"
+                          :disabled="formEdit || form.menuId"
                           placeholder="请输入节点ID"></el-input>
               </el-form-item>
               <el-form-item label="标题"