提交 d7b8e637 编写于 作者: gjyang's avatar gjyang

revert

上级 eb50dac5
...@@ -237,10 +237,10 @@ export function jumpEvaluatPage(){ ...@@ -237,10 +237,10 @@ export function jumpEvaluatPage(){
// const apiUrl = 'https://dev-api.yunqueyi.com/' // const apiUrl = 'https://dev-api.yunqueyi.com/'
// test1地址 // test1地址
const baseUrl = 'https://test1-sc.yunqueyi.com/' // const baseUrl = 'https://test1-sc.yunqueyi.com/'
const apiUrl = 'https://test1-api.yunqueyi.com/' // const apiUrl = 'https://test1-api.yunqueyi.com/'
const evaluatPageUrl = 'https://test1-phome.yunqueyi.com/gpr/#/home' // const evaluatPageUrl = 'https://test1-phome.yunqueyi.com/gpr/#/home'
export const jumpWebPageUrl = 'https://test1-phome.yunqueyi.com/appl/#/' // export const jumpWebPageUrl = 'https://test1-phome.yunqueyi.com/appl/#/'
...@@ -249,11 +249,11 @@ export const jumpWebPageUrl = 'https://test1-phome.yunqueyi.com/appl/#/' ...@@ -249,11 +249,11 @@ export const jumpWebPageUrl = 'https://test1-phome.yunqueyi.com/appl/#/'
// const evaluatPageUrl = 'https://uat-phome.yunqueyi.com/gpr/#/home' // const evaluatPageUrl = 'https://uat-phome.yunqueyi.com/gpr/#/home'
// export const jumpWebPageUrl = 'https://uat-phome.yunqueyi.com/appl/#/' // export const jumpWebPageUrl = 'https://uat-phome.yunqueyi.com/appl/#/'
// // pro地址 // pro地址
// const baseUrl = 'https://sc.yunqueyi.com/' const baseUrl = 'https://sc.yunqueyi.com/'
// const apiUrl = 'https://api.yunqueyi.com/' const apiUrl = 'https://api.yunqueyi.com/'
// const evaluatPageUrl = 'https://phome.yunqueyi.com/gpr/#/home' const evaluatPageUrl = 'https://phome.yunqueyi.com/gpr/#/home'
// export const jumpWebPageUrl = 'https://phome.yunqueyi.com/appl/#/' export const jumpWebPageUrl = 'https://phome.yunqueyi.com/appl/#/'
// 为每个URL添加应用校验密钥 // 为每个URL添加应用校验密钥
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<section :class="isIntStyle"> <section :class="isIntStyle">
<!--展开收起学习评价--> <!--展开收起学习评价-->
<YqyTopEvaluat :isShowEvluat="isShowEvluat" :parmData="evaluctObj" v-on:evluatFun="getEluatFun"/> <YqyTopEvaluat :isShowEvluat="isShowEvluat" v-if="isShowEvluat" :parmData="evaluctObj" v-on:evluatFun="getEluatFun"/>
<section class="home-header"> <section class="home-header">
<div class="home-topMenu"> <div class="home-topMenu">
...@@ -747,7 +747,7 @@ export default { ...@@ -747,7 +747,7 @@ export default {
_this.isShowEvluat = false; _this.isShowEvluat = false;
///alert("0") ///alert("0")
clearInterval(setTimer) clearInterval(setTimer)
},5000); },60000);
}, },
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册