From 054012dcafd31e25c8ffa280e6e5e3c74c27eb5a Mon Sep 17 00:00:00 2001 From: duan Date: Mon, 8 Aug 2022 08:36:03 +0800 Subject: [PATCH] =?UTF-8?q?feat(src/views/user/role):=20=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E8=A7=92=E8=89=B2=E6=9D=83=E9=99=90=E5=90=8E=E5=88=B7=E6=96=B0?= =?UTF-8?q?=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.staging | 2 +- .gitignore | 1 + src/views/user/role/index.vue | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.env.staging b/.env.staging index a8793a0..183130f 100644 --- a/.env.staging +++ b/.env.staging @@ -4,5 +4,5 @@ NODE_ENV = production ENV = 'staging' # base api -VUE_APP_BASE_API = '/stage-api' +VUE_APP_BASE_API = 'http://111.231.67.55:9001' diff --git a/.gitignore b/.gitignore index 9ad28d2..f040ad5 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ tests/**/coverage/ *.ntvs* *.njsproj *.sln +dist.zip diff --git a/src/views/user/role/index.vue b/src/views/user/role/index.vue index 248f9ec..16a85d1 100644 --- a/src/views/user/role/index.vue +++ b/src/views/user/role/index.vue @@ -324,6 +324,7 @@ export default { data.instrument_module_id = JSON.stringify(data.instrument_module_id) add_update_role(stringify(data)).then(res => { this.$message.success(res.msg) + this.getList() this.onClose() }) this.close()