diff --git a/bitcopay后台-开发环境.zip b/bitcopay后台-开发环境.zip
index fa73609..2531364 100644
Binary files a/bitcopay后台-开发环境.zip and b/bitcopay后台-开发环境.zip differ
diff --git a/bitcopay后台-正式环境.zip b/bitcopay后台-正式环境.zip
new file mode 100644
index 0000000..510b404
Binary files /dev/null and b/bitcopay后台-正式环境.zip differ
diff --git a/src/views/otc/OtcStoreBondConfig/index.vue b/src/views/otc/OtcStoreBondConfig/index.vue
index 2df1bf2..6f58103 100644
--- a/src/views/otc/OtcStoreBondConfig/index.vue
+++ b/src/views/otc/OtcStoreBondConfig/index.vue
@@ -88,7 +88,7 @@
修改
+ v-hasPermi="['otc:OtcStoreBondConfig:edit']">编辑
diff --git a/src/views/otc/otcStore/index.vue b/src/views/otc/otcStore/index.vue
index a1e8aae..334b596 100644
--- a/src/views/otc/otcStore/index.vue
+++ b/src/views/otc/otcStore/index.vue
@@ -329,12 +329,12 @@
{{ form.googleCaptcha }}
重 置
+ v-hasPermi="['merchant:merchant:resetGoogleSecret']">重 置
{{ form.md5Key }}
重 置
+ v-hasPermi="['merchant:merchant:resetMd5Key']">重 置
@@ -342,7 +342,7 @@
diff --git a/src/views/user/ad/index.vue b/src/views/user/ad/index.vue
index 2661c37..fb15f09 100644
--- a/src/views/user/ad/index.vue
+++ b/src/views/user/ad/index.vue
@@ -75,7 +75,7 @@
:disabled="single"
@click="handleUpdate"
v-hasPermi="['ad:ad:edit']"
- >修改
+ >编辑
修改
+ >编辑
新增
@@ -40,8 +40,8 @@
size="medium"
:disabled="single"
@click="handleUpdate"
- v-hasPermi="['ad:position:edit']"
- >修改
+ v-hasPermi="['ad:AdPosition:edit']"
+ >编辑
删除
@@ -57,7 +57,7 @@
type="primary"
size="medium"
@click="handleExport"
- v-hasPermi="['ad:position:export']"
+ v-hasPermi="['ad:AdPosition:export']"
>导出
@@ -75,13 +75,13 @@
size="medium"
type="text"
@click="handleUpdate(scope.row)"
- v-hasPermi="['ad:position:edit']"
+ v-hasPermi="['ad:AdPosition:edit']"
>编辑
删除
diff --git a/src/views/user/type/index.vue b/src/views/user/type/index.vue
index 3488530..4248a01 100644
--- a/src/views/user/type/index.vue
+++ b/src/views/user/type/index.vue
@@ -44,7 +44,7 @@
:disabled="single"
@click="handleUpdate"
v-hasPermi="['user:type:edit']"
- >修改
+ >编辑
修改
+ >编辑
删除