提交 23e9e051 编写于 作者: zhongyao.qiao's avatar zhongyao.qiao

feat 湖南项目隐藏入口

上级 3168f019
...@@ -10,14 +10,16 @@ ...@@ -10,14 +10,16 @@
<img :src="bgPath" /> <img :src="bgPath" />
</div> </div>
<div class="wrap-reg"> <div class="wrap-reg">
<div class="choose-section"> <div
v-if="!isHuNanProject"
class="choose-section"
>
<div class="sz-appoint-form-tips"> <div class="sz-appoint-form-tips">
<img <img
src="https://files.yunqueyi.com/image/png/common/20230628155802981.png" src="https://files.yunqueyi.com/image/png/common/20230628155802981.png"
/> />
</div> </div>
<van-form <van-form
v-if="!isHuNanProject"
ref="dectionForm" ref="dectionForm"
validate-first validate-first
> >
...@@ -130,7 +132,7 @@ ...@@ -130,7 +132,7 @@
</van-field> </van-field>
</van-form> </van-form>
<wx-open-launch-weapp <wx-open-launch-weapp
v-if="!isHuNanProject && !rightsNo" v-if="!rightsNo"
id="checkBtn" id="checkBtn"
style="display: block" style="display: block"
:username="openWebAppConfigPositive.username" :username="openWebAppConfigPositive.username"
...@@ -310,6 +312,7 @@ export default { ...@@ -310,6 +312,7 @@ export default {
return rules; return rules;
}, },
// 湖南项目不显示入口
isHuNanProject() { isHuNanProject() {
return this.projectEquityNo === 'HN202309081006000001'; return this.projectEquityNo === 'HN202309081006000001';
}, },
......
...@@ -36,8 +36,8 @@ module.exports = { ...@@ -36,8 +36,8 @@ module.exports = {
port: 8083, port: 8083,
proxy: { proxy: {
'/proxy': { '/proxy': {
target: 'https://dev-sc.yunqueyi.com/', // target: 'https://dev-sc.yunqueyi.com/',
// target: 'https://test1-sc.yunqueyi.com/', target: 'https://test1-sc.yunqueyi.com/',
// target: 'https://uat-sc.yunqueyi.com/', // target: 'https://uat-sc.yunqueyi.com/',
// http://10.241.65.90:3000/mock/1071/cs/route/removeUser // http://10.241.65.90:3000/mock/1071/cs/route/removeUser
// target: 'http://10.241.65.90:3000/mock/1067', // target: 'http://10.241.65.90:3000/mock/1067',
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册