Browse Source

init

newStyle
lancer 2 years ago
parent
commit
f19b0445b0
3 changed files with 5 additions and 5 deletions
  1. +1
    -1
      src/views/Customer/Companymanagement.vue
  2. +2
    -2
      src/views/Equipment/index.vue
  3. +2
    -2
      vue.config.js

+ 1
- 1
src/views/Customer/Companymanagement.vue View File

@@ -787,7 +787,7 @@ export default {
operatorName:this.operatorName,
operationStaffName:this.operationStaffName,
name:this.name,
operationType:0,
operationType:2,
agentId:localStorage.getItem('agentId'),
orgType: localStorage.getItem("orgType"),
}


+ 2
- 2
src/views/Equipment/index.vue View File

@@ -385,11 +385,11 @@
v-if="row.acceptanceStatus == 1 && equ_index_makeSure"
>验收</el-dropdown-item
>
<el-dropdown-item
<!-- <el-dropdown-item
command="getRight"
v-if="row.acceptanceStatus != (1 || 0) && euq_index_normal"
>恢复正常</el-dropdown-item
>
> -->
<el-dropdown-item
command="toinfobinding"
v-if="orgType == 0 && equ_index_bind&&row.receiveType!=2"


+ 2
- 2
vue.config.js View File

@@ -4,8 +4,8 @@
*/
// const url = 'http://pigx-gateway'
// const url = 'http://39.97.167.65:9999' //测试
const url = 'http://192.168.31.169:9999' //长龙
// const url = 'http://192.168.31.134:9999' //嘉豪
// const url = 'http://192.168.31.169:9999' //长龙
const url = 'http://192.168.31.134:9999' //嘉豪
// const url = 'http://192.168.31.100:9999' //王笑
// const url = 'http://nitu5e.natappfree.cc' //王笑



Loading…
Cancel
Save