diff --git a/epmet-oper-web/public/index.html b/epmet-oper-web/public/index.html
index ec49444..7184ef8 100644
--- a/epmet-oper-web/public/index.html
+++ b/epmet-oper-web/public/index.html
@@ -46,8 +46,10 @@
<% if (process.env.VUE_APP_NODE_ENV === 'prod:sit') { %>
<% } %>
diff --git a/epmet-oper-web/src/views/modules/customer/customize/ConfigItem.vue b/epmet-oper-web/src/views/modules/customer/customize/ConfigItem.vue
index 4094a3f..dae9456 100644
--- a/epmet-oper-web/src/views/modules/customer/customize/ConfigItem.vue
+++ b/epmet-oper-web/src/views/modules/customer/customize/ConfigItem.vue
@@ -512,7 +512,7 @@ export default {
methods: {
async renderSelData () {
this.startLoading()
- const url = "/epmetuser/govstaffrole/resigovrolelist"
+ const url = '/epmetuser/govstaffrole/resigovrolelist'
// const url = "https://nei.netease.com/api/apimock-v2/e3b1d0eb88e905f6c7ee559b2d6bb7ad/epmetuser/govstaffrole/resigovrolelist"
const params = {}
const { data, code, msg } = await requestPost(url, params)