Commit bc75746d authored by qd01's avatar qd01

1

parent 0d2c530d
......@@ -125,9 +125,9 @@
<el-button size="mini" type="primary" @click="updateparssword(scope.row)"
v-hasPermi="['system:user:edit']">密码修改
</el-button>
<el-button size="mini" type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)"
<!-- <el-button size="mini" type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)"
v-hasPermi="['system:user:edit']">修改
</el-button>
</el-button> -->
<el-dropdown @command="clickOpen">
<span class="el-dropdown-link">
<el-link type="primary">更多操作</el-link>
......
......@@ -35,9 +35,9 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
target: `http://27.124.5.14:9012`,
// target: `http://27.124.5.14:9012`,
// target: `http://27.124.5.14:19001`,
// target: `https://www.cnzjb999.com:7226/api`,
target: `https://www.zgzjb26.com:7226/api`,
changeOrigin: true,
pathRewrite: {
["^" + process.env.VUE_APP_BASE_API]: "",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment