@@ -1,6 +1,6 @@
<template>
<div>
- <el-button size="mini" :type="data.status !== 'ACTIVE'?'primary':''" :disabled="data.status === 'ACTIVE'" @click="onShow">编 辑</el-button>
+ <el-button size="mini" type="primary" @click="onShow">编 辑</el-button>
<el-drawer
title="编辑用户"
:visible.sync="drawer"
@@ -11,7 +11,7 @@ module.exports = {
open: true,
// host: '192.168.4.170',
host: 'localhost',
- port: 8080,
+ port: 8000,
proxy: {
'/apis': {
target: 'http://61.164.207.46:8000', // target host*/