Commit c32546b9 by liyuhang19990520

权限

parent 64fa6c73
/*
* @Author: your name
* @Date: 2021-09-07 09:58:13
* @LastEditTime: 2021-12-14 19:23:14
* @LastEditTime: 2021-12-20 14:51:02
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\router\modules\index.js
......@@ -315,7 +315,7 @@ export default [
name: 'stBzxxsh',
meta: {
title: '省厅比中信息复/审核',
auth: 'G-2',
auth: 'G-3',
parentId: 'bzxxgl'
},
component: () => import('@/views/bzxxgl/stBzxxsh.vue')
......
<!--
* @Author: your name
* @Date: 2021-12-01 15:25:22
* @LastEditTime: 2021-12-04 13:26:54
* @LastEditTime: 2021-12-20 15:18:40
* @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: \指纹系统\founder_vue\src\views\AllPersonnelBase\bzxxsh.vue
......@@ -108,8 +108,9 @@
@click="onClickFztm"
v-clipboard:success="onFztmSuccess"
v-clipboard:error="onFztmError"
v-if="roleArr.includes('G-2-1')"
v-if="isSt? roleArr.includes('G-3-1') : roleArr.includes('G-2-1')"
>
复制条码
</div>
......
<!--
* @Author: your name
* @Date: 2021-12-20 14:46:09
* @LastEditTime: 2021-12-20 14:47:37
* @LastEditors: your name
* @LastEditTime: 2021-12-20 15:19:05
* @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: \founder_vue\src\views\bzxxgl\dsBzxxsh.vue
-->
<template>
<bzxxsh is-st="false"/>
<bzxxsh :is-st="false"/>
</template>
<script>
......
<!--
* @Author: your name
* @Date: 2021-12-20 14:46:09
* @LastEditTime: 2021-12-20 14:47:21
* @LastEditors: your name
* @LastEditTime: 2021-12-20 15:19:07
* @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: \founder_vue\src\views\bzxxgl\stBzxxsh.vue
-->
<template>
<bzxxsh is-st="true"/>
<bzxxsh :is-st="true"/>
</template>
<script>
......
/*
* @Author: your name
* @Date: 2021-09-07 09:57:48
* @LastEditTime: 2021-12-20 13:48:42
* @LastEditTime: 2021-12-20 14:59:48
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \指纹系统\founder_vue\vue.config.js
......@@ -130,9 +130,9 @@ module.exports = {
"/security": {
//target: "http://192.168.128.106:8765", // 湖南-王
// target: "http://192.168.128.121:8765", // 湖南-张
target: "http://192.168.128.112:8765", // 湖南-张
// target: "http://www.meetfood.cn:2390", // 湖南-王
target: "http://zwpt.xzclub.top:9333",
// target: "http://zwpt.xzclub.top:9333",
ws: true,
changeOrigin: true,
pathRewrite: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment