lsc 1 yıl önce
ebeveyn
işleme
70eb1aeb66

+ 1 - 1
dist/index.html

@@ -25,7 +25,7 @@
       height: 100%;
       width: 100%;
       background: #e6eaf0;
-    }</style><link href=./static/css/app.9244599b68c016c3199a8545e5d7ff1a.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3512a67a6213c2df4180.js></script><script type=text/javascript src=./static/js/vendor.f4313154be2b51e16fef.js></script><script type=text/javascript src=./static/js/app.a30f9a1747dde9fe2ba0.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.32157239cd65ad587e8a17ed5167d9e1.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3512a67a6213c2df4180.js></script><script type=text/javascript src=./static/js/vendor.f4313154be2b51e16fef.js></script><script type=text/javascript src=./static/js/app.d8e1785f3b1472adfa33.js></script></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {

Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/static/css/app.32157239cd65ad587e8a17ed5167d9e1.css


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/static/css/app.32157239cd65ad587e8a17ed5167d9e1.css.map


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/static/js/app.d8e1785f3b1472adfa33.js


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/static/js/app.d8e1785f3b1472adfa33.js.map


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/static/js/manifest.3512a67a6213c2df4180.js.map


+ 3 - 2
src/components/pages/EnglishVoice/component/component/testRole.vue

@@ -68,6 +68,7 @@ export default {
             isRecord: false,
             isPlayerRecord: false,
             isloading: false,
+            id: this.guid()
         };
     },
     methods: {
@@ -111,7 +112,7 @@ export default {
         answerCode(msg) {
             var _this = this;
             _this.ajax.post('https://gpt4.cocorobo.cn/assistants_completion_response', {
-                uid: _this.guid(),
+                uid: _this.id,
                 message: msg,
             }).then(function (response) {
                 console.log(response);
@@ -346,7 +347,7 @@ export default {
             _this.ajax.post('https://gpt4.cocorobo.cn/create_free_assistants', {
                 filename: [],
                 url: [],
-                uid: _this.guid(),
+                uid: _this.id,
                 instructions: content,
                 assistantName: name
             }).then(function (response) {

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor