|
|
@@ -23,6 +23,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+
|
|
|
</el-col>
|
|
|
<el-col :span="6">
|
|
|
<el-button type="primary pull-right" class="releaseBtn" @click="checkLogin()">免费发布众测需求</el-button>
|
|
|
@@ -195,7 +196,6 @@
|
|
|
setFields() {
|
|
|
getAllFields().then((res) => {
|
|
|
this.homeTabArr.menuArr2 = res
|
|
|
- // console.log(this.homeTabArr.menuArr2)
|
|
|
})
|
|
|
},
|
|
|
checkLogin() {
|
|
|
@@ -203,7 +203,6 @@
|
|
|
},
|
|
|
checkCreateProjectAuth() {
|
|
|
if (!this.isLogin) {
|
|
|
- console.log("请登录后访问");
|
|
|
notify('warning', '请登录后访问');
|
|
|
} else if (this.isLogin) {
|
|
|
Http.get(Apis.USER.IS_PART.replace('{userId}', this.user.id)).then((res) => {
|
|
|
@@ -270,7 +269,7 @@
|
|
|
</script>
|
|
|
|
|
|
<style lang="less">
|
|
|
- @import "../../style/search-nav";
|
|
|
+ @import "../../style/search-nav.scss";
|
|
|
|
|
|
.home-wrapper {
|
|
|
/deep/ .square-tab .el-tabs__item {
|