role1.0
fanluyan 1 year ago
parent 63d72d78dc
commit f18923ebf1

@ -39,6 +39,11 @@
<span v-else>{{ scope.row.role }}</span>
</template>
</el-table-column>
<el-table-column
label="备注"
show-overflow-tooltip
prop="notes"
></el-table-column>
<el-table-column
label="创建时间"
show-overflow-tooltip

@ -22,13 +22,12 @@ module.exports = defineConfig({
"/api": {
//表示拦截以/api开头的请求路径
//target: "http://47.96.238.157:8093", //阿里云服务器环境
//target: "http://180.166.218.222:40080", //dell
// target: "http://192.168.1.190:90", //dell
target: "http://192.168.50.7:8094", //liu 本机ip
target: "http://180.166.218.222:40080", //dell
//target: "http://192.168.50.7:8094", //liu 本机ip
// target: "http://192.168.50.42:81", //东视
changOrigin: true, //是否开启跨域
pathRewrite: {
"^/api": "", //重写api把api变成空字符因为我们真正请求的路径是没有api的
"^/api": "/api", //重写api把api变成空字符因为我们真正请求的路径是没有api的
},
},
},

Loading…
Cancel
Save