Browse Source

2023-12-9

cmy 1 year ago
parent
commit
6f9a86486f
2 changed files with 7 additions and 1 deletions
  1. 2 0
      src/pages/user/list/index.vue
  2. 5 1
      vue.config.js

+ 2 - 0
src/pages/user/list/index.vue

@@ -467,6 +467,8 @@
             <a @click="extendInfo(row)" v-if="row.is_extend_info">信息补充</a>
             <Divider type="vertical" />
             <a @click="changeMenu(row, '1')">详情</a>
+			<Divider type="vertical" />
+            <a @click="changeMenu(row, '4')">清除等级</a>
           </template>
         </vxe-column>
       </vxe-table>

+ 5 - 1
vue.config.js

@@ -28,7 +28,11 @@ module.exports = {
   productionSourceMap: false, //关闭生产环境下的SourceMap映射文件
   devServer: {
     publicPath: Setting.publicPath,
-    
+    proxy: {
+        '/adminapi' : {
+            target : "https://www.senyinkj.cn"
+        }
+    }
   },
 
   // 打包优化