Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-insurance
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
com.pica.cloud.frontend
pica-insurance
提交
23e9e051
提交
23e9e051
编写于
11月 15, 2023
作者:
zhongyao.qiao
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
feat 湖南项目隐藏入口
上级
3168f019
变更
2
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
21 行增加
和
18 行删除
+21
-18
index.vue
src/views/sz-public-new/index.vue
+6
-3
vue.config.js
vue.config.js
+15
-15
未找到文件。
src/views/sz-public-new/index.vue
浏览文件 @
23e9e051
...
@@ -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'
;
},
},
...
...
vue.config.js
浏览文件 @
23e9e051
...
@@ -18,26 +18,26 @@ module.exports = {
...
@@ -18,26 +18,26 @@ module.exports = {
}
}
},
},
chainWebpack
:
config
=>
{
chainWebpack
:
config
=>
{
config
.
set
(
'externals'
,
{
config
.
set
(
'externals'
,
{
vue
:
'Vue'
,
vue
:
'Vue'
,
vuex
:
'Vuex'
,
vuex
:
'Vuex'
,
'vue-router'
:
'VueRouter'
,
'vue-router'
:
'VueRouter'
,
'vconsole'
:
'VConsole'
,
'vconsole'
:
'VConsole'
,
jqery
:
'jQuery'
,
jqery
:
'jQuery'
,
axios
:
'axios'
,
axios
:
'axios'
,
vant
:
'vant'
,
vant
:
'vant'
,
'crypto-js/crypto-js'
:
'CryptoJS'
,
'crypto-js/crypto-js'
:
'CryptoJS'
,
'jsencrypt/bin/jsencrypt'
:
'JSEncrypt'
'jsencrypt/bin/jsencrypt'
:
'JSEncrypt'
});
});
config
.
plugins
.
delete
(
'prefetch'
);
config
.
plugins
.
delete
(
'prefetch'
);
config
.
plugins
.
delete
(
'preload'
);
config
.
plugins
.
delete
(
'preload'
);
},
},
devServer
:
{
devServer
:
{
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
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录