Quellcode durchsuchen

Merge branch 'feature-pc-choose' into gyt-dev

TIANYONG vor 9 Monaten
Ursprung
Commit
fe4bf9d652
2 geänderte Dateien mit 8 neuen und 1 gelöschten Zeilen
  1. 7 0
      orchestra.html
  2. 1 1
      vite.config.js

+ 7 - 0
orchestra.html

@@ -39,6 +39,13 @@
       },
     })
   </script>
+
+<script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script>
+<script>
+  // VConsole will be exported to `window.VConsole` by default.
+  var vConsole = new window.VConsole();
+</script>
+  
   <style>
     #lottieWeb {
       position: fixed;

+ 1 - 1
vite.config.js

@@ -5,7 +5,7 @@ import glsl from 'vite-plugin-glsl'
 const vueJsx = require('@vitejs/plugin-vue-jsx')
 const legacy = require('@vitejs/plugin-legacy')
 
-const proxyUrl = 'https://test.lexiaoya.cn/' // test 环境
+const proxyUrl = 'https://dev.lexiaoya.cn/' // test 环境
 // const proxyUrl = 'http://192.168.3.70:8989/' // test 环境
 // const proxyUrl = 'https://online.colexiu.com/' // online 环境