Commit 80fd6feb by swl

gx

parent 5fc89be0
const domain = {
dev: "http://192.168.3.143:8881", // 姚镇接口
// dev: "http://192.168.3.143:8881", // 姚镇接口
// dev: "http://192.168.100.16:8881", // 姚镇接口
// dev: "http://81.69.231.72:8881", // 姚镇接口
// dev: "http://81.69.231.72:8881", // 测试接口
// dev: "https://exam.smart-zj.cn:9100/smartExam/", // /新正式接口
dev: "https://exam.smart-zj.cn:9100/smartExam/", // /新正式接口
};
// 腾讯地图 key
const map = {
......
......@@ -7,10 +7,10 @@ const config = {
// proxy: "https://exam.smart-zj.cn:9100/exam/", // 新线上地址
// proxy: "http://81.69.231.72:8881", // 测试地址
// 192.168.3.143
proxy: "http://192.168.3.143:8881", //本地
// proxy: "http://192.168.3.143:8881", //本地
// proxy: "http://192.168.100.16:8881", //本地//
// proxy: "https://exam.smart-zj.cn:9100/smartExam", // 新正式接口zs
proxy: "https://exam.smart-zj.cn:9100/smartExam", // 新正式接口zs
// proxy: "http://81.69.231.72:9089/", // 测试地址
// proxy1: "http://81.69.231.72:8881/admin-api", // 测试地址
// proxy1: "https://exam.smart-zj.cn:9100/smartExam/admin-api", // 新正式接口
......
......@@ -85,6 +85,20 @@
</el-button>
</template>
</template>
<!-- 丹阳 -->
<el-button v-if="
scope.row.state == 2 &&
searchForm.departmentCode == '10000031' &&
realEstateArea == '丹阳市'
" type="success" size="mini" round @click="pass(scope.row, 'danYang')">通过
</el-button>
<!-- 退税办理丹阳拒绝 -->
<el-button v-if="
scope.row.state == 2 &&
searchForm.departmentCode == '10000031' &&
realEstateArea == '丹阳市'
" type="danger" size="mini" round @click="deny(scope.row)">拒绝
</el-button>
<!-- 丹阳市没有收件窗口--退税办理 -->
<template v-if="searchForm.departmentCode == '10000031'">
<el-button v-if="
......
......@@ -82,6 +82,20 @@
</el-button>
</template>
</template>
<!-- 丹阳 -->
<el-button v-if="
scope.row.state == 2 &&
searchForm.departmentCode == '10000031' &&
realEstateArea == '丹阳市'
" type="success" size="mini" round @click="pass(scope.row, 'danYang')">通过
</el-button>
<!-- 退税办理丹阳拒绝 -->
<el-button v-if="
scope.row.state == 2 &&
searchForm.departmentCode == '10000031' &&
realEstateArea == '丹阳市'
" type="danger" size="mini" round @click="deny(scope.row)">拒绝
</el-button>
<!-- 丹阳市没有收件窗口--退税办理 -->
<template v-if="searchForm.departmentCode == '10000031'">
<el-button v-if="
......
......@@ -83,6 +83,20 @@
</el-button>
</template>
</template>
<!-- 丹阳 -->
<el-button v-if="
scope.row.state == 2 &&
searchForm.departmentCode == '10000031' &&
realEstateArea == '丹阳市'
" type="success" size="mini" round @click="pass(scope.row, 'danYang')">通过
</el-button>
<!-- 退税办理丹阳拒绝 -->
<el-button v-if="
scope.row.state == 2 &&
searchForm.departmentCode == '10000031' &&
realEstateArea == '丹阳市'
" type="danger" size="mini" round @click="deny(scope.row)">拒绝
</el-button>
<!-- 丹阳市没有收件窗口--退税办理 -->
<template v-if="searchForm.departmentCode == '10000031'">
<el-button v-if="
......
const env = process.env.NODE_ENV === "production";
// const publicPath = env ? "/manage-h5/" : "/"; //正式
const publicPath = env ? "/smartExam-h5/" : "/"; //测试
const publicPath = env ? "/manage-h5/" : "/"; //正式
// const publicPath = env ? "/smartExam-h5/" : "/"; //测试
module.exports = {
publicPath,
......
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