diff --git a/dist.zip b/dist.zip
index 7d399dc..54e2877 100644
Binary files a/dist.zip and b/dist.zip differ
diff --git a/src/pages/CompanyQualify/CompanyQualify.vue b/src/pages/CompanyQualify/CompanyQualify.vue
index 67aa616..334f143 100644
--- a/src/pages/CompanyQualify/CompanyQualify.vue
+++ b/src/pages/CompanyQualify/CompanyQualify.vue
@@ -22,7 +22,7 @@
- -
+
-
@@ -102,11 +102,7 @@ export default {
if (type === '6') {
window.open(outlink)
} else {
- if (link) {
- window.open(link)
- } else {
- window.location.href = this.url + url
- }
+ window.location.href = this.requestUrl + '/' +url
}
},
getIntro: function () {
diff --git a/src/pages/Index/Index.vue b/src/pages/Index/Index.vue
index 1de95b9..1cd89fe 100644
--- a/src/pages/Index/Index.vue
+++ b/src/pages/Index/Index.vue
@@ -57,7 +57,6 @@ export default {
}
},
methods: {
-
// 获取图文公告
getImgNews: function () {
var self = this
diff --git a/src/pages/Index/components/BidWin.vue b/src/pages/Index/components/BidWin.vue
index eb8b4af..6543da0 100644
--- a/src/pages/Index/components/BidWin.vue
+++ b/src/pages/Index/components/BidWin.vue
@@ -14,7 +14,7 @@