xiongzhu 3 лет назад
Родитель
Сommit
399c883047

+ 1 - 1
.env.production

@@ -1,6 +1,6 @@
 VUE_APP_BASE_URL=/
 NODE_ENV=production
-VUE_APP_PUBLIC_PATH=/9th/
+VUE_APP_PUBLIC_PATH=/saas/
 ASSETS_PATH=raex
 TITLE=RAEX宇宙
 VUE_APP_PAGE_TYPE=raex

+ 2 - 2
src/components/auction/asset.vue

@@ -276,12 +276,12 @@ export default {
                         wx.updateAppMessageShareData({
                             title: '第九空间-' + res.name,
                             desc: '全球首个基于区块链的游戏资产集换中心',
-                            link: location.origin + '/9th/productDetail/' + res.id,
+                            link: location.origin + '/saas/productDetail/' + res.id,
                             imgUrl: this.getImg(this.changeImgs(this.banners), '', 300)
                         });
                         wx.updateTimelineShareData({
                             title: '第九空间-' + res.name,
-                            link: location.origin + '/9th/productDetail/' + res.id,
+                            link: location.origin + '/saas/productDetail/' + res.id,
                             imgUrl: this.getImg(this.changeImgs(this.banners), '', 300)
                         });
                         console.log(wx);

+ 1 - 1
src/mixins/banner.js

@@ -24,7 +24,7 @@ export default {
                 info.linkContent = encodeURIComponent(info.linkContent);
                 this.$router.push(`/hall?id=${info.linkContent}${props}`);
             } else if (info.link && info.linkType === 'hyperlink') {
-                info.linkContent = info.linkContent.replace(location.origin + '/9th', '');
+                info.linkContent = info.linkContent.replace(location.origin + '/saas', '');
                 if (info.linkContent.indexOf('http') !== -1) {
                     window.location.href = info.linkContent;
                 } else {

+ 2 - 2
src/router/index.js

@@ -38,12 +38,12 @@ function jsapiSign() {
                     wx.ready(function () {
                         wx.updateAppMessageShareData({
                             desc: '全球首个基于区块链的游戏资产集换中心',
-                            link: location.origin + '/9th',
+                            link: location.origin + '/saas',
                             imgUrl: 'https://9space-2021.oss-cn-shenzhen.aliyuncs.com/nft/2021-11-05-15-58-30YwqLzMjy.jpg'
                         });
                         wx.updateTimelineShareData({
                             title: '绿洲宇宙-全球首个基于区块链的游戏资产集换中心',
-                            link: location.origin + '/9th',
+                            link: location.origin + '/saas',
                             imgUrl: 'https://9space-2021.oss-cn-shenzhen.aliyuncs.com/nft/2021-11-05-15-58-30YwqLzMjy.jpg'
                         });
                     });

+ 2 - 2
src/views/account/Setting.vue

@@ -127,10 +127,10 @@ export default {
             }
         },
         goReview() {
-            window.location.href = 'https://www.raex.vip/9th/home?review=true';
+            window.location.href = 'https://www.raex.vip/saas/home?review=true';
         },
         goTest() {
-            window.location.href = 'https://test.raex.vip/9th/home';
+            window.location.href = 'https://test.raex.vip/saas/home';
         }
     }
 };

+ 2 - 2
src/views/asset/Detail.vue

@@ -772,12 +772,12 @@ export default {
                 wx.updateAppMessageShareData({
                     title: '绿洲宇宙-' + res.name,
                     desc: '全球首个基于区块链的游戏资产集换中心',
-                    link: location.origin + '/9th/assetDetail?id=' + res.id,
+                    link: location.origin + '/saas/assetDetail?id=' + res.id,
                     imgUrl: this.getImg(this.changeImgs(this.banners), '', 600)
                 });
                 wx.updateTimelineShareData({
                     title: '绿洲宇宙-' + res.name,
-                    link: location.origin + '/9th/assetDetail?id=' + res.id,
+                    link: location.origin + '/saas/assetDetail?id=' + res.id,
                     imgUrl: this.getImg(this.changeImgs(this.banners), '', 600)
                 });
                 this.tokenId = this.info.tokenId;

+ 2 - 2
src/views/product/Detail.vue

@@ -627,12 +627,12 @@ export default {
                         wx.updateAppMessageShareData({
                             title: '绿洲宇宙-' + res.name,
                             desc: '全球首个基于区块链的游戏资产集换中心',
-                            link: location.origin + '/9th/productDetail/' + res.id,
+                            link: location.origin + '/saas/productDetail/' + res.id,
                             imgUrl: this.getImg(this.changeImgs(this.banners), '', 300)
                         });
                         wx.updateTimelineShareData({
                             title: '绿洲宇宙-' + res.name,
-                            link: location.origin + '/9th/productDetail/' + res.id,
+                            link: location.origin + '/saas/productDetail/' + res.id,
                             imgUrl: this.getImg(this.changeImgs(this.banners), '', 300)
                         });
                     }