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