xiongzhu пре 4 година
родитељ
комит
8f7950160b
2 измењених фајлова са 3 додато и 3 уклоњено
  1. 2 2
      src/main/nine-space/src/main.js
  2. 1 1
      src/main/nine-space/src/router/index.js

+ 2 - 2
src/main/nine-space/src/main.js

@@ -15,8 +15,8 @@ import Driver from './components/Driver.vue';
 import common from './mixins/common';
 import VueClipboard from 'vue-clipboard2';
 import queryString from 'query-string';
-// import VConsole from 'vconsole';
-// const vConsole = new VConsole();
+import VConsole from 'vconsole';
+const vConsole = new VConsole();
 
 createApp(App)
     .use(Vant)

+ 1 - 1
src/main/nine-space/src/router/index.js

@@ -8,7 +8,7 @@ console.log(http);
 function jsapiSign() {
     if (/micromessenger/i.test(navigator.userAgent)) {
         http.http
-            .get('/wx/jsapiSign', { url: location.origin + location.pathname })
+            .get('/wx/jsapiSign', { url: 'https://nfttest.9space.vip/9th' })
             .then(res => {
                 wx.config({
                     debug: false,