gemercheung 2 년 전
부모
커밋
5cb3160c43

+ 1 - 1
packages/qjkankan-editor/.env.testdev

@@ -6,4 +6,4 @@ VUE_APP_PROXY_URL_ROOT='https://test.4dkankan.com'
 VUE_APP_PROXY_URL='https://test.4dkankan.com/qjkankan/'
 VUE_APP_ORIGIN=
 VUE_APP_URL_FILL=
-VUE_APP_DEBBUG_FLAG=0423-02
+VUE_APP_DEBBUG_FLAG=0424-01

+ 1 - 1
packages/qjkankan-editor/.env.testprod

@@ -7,4 +7,4 @@ VUE_APP_PROXY_URL_ROOT='https://test.4dkankan.com'
 VUE_APP_PROXY_URL='https://test.4dkankan.com/qjkankan/'
 VUE_APP_ORIGIN=
 VUE_APP_URL_FILL=/qjkankan
-VUE_APP_DEBBUG_FLAG=0423-02
+VUE_APP_DEBBUG_FLAG=0423-03

+ 1 - 1
packages/qjkankan-editor/src/framework/play/pano/index.vue

@@ -11,7 +11,7 @@
           ? 'c'
           : currentScene.version === 'V4'
           ? 'g'
-          : ''
+          : 'g'
       }.html?m=${currentScene.sceneCode}&lang=${lang}`"
       frameborder="0"
     />

+ 1 - 1
packages/qjkankan-view/.env.testdev

@@ -6,4 +6,4 @@ VUE_APP_URL_FILL=
 
 # 接口请求地址
 VUE_APP_APIS_URL=https://test.4dkankan.com/
-VUE_APP_DEBBUG_FLAG=0423-01
+VUE_APP_DEBBUG_FLAG=0424-01

+ 1 - 1
packages/qjkankan-view/.env.testprod

@@ -6,4 +6,4 @@ VUE_APP_PROXY_URL='https://test.4dkankan.com/qjkankan/'
 VUE_APP_URL_FILL=/qjkankan
 # 接口请求地址
 VUE_APP_APIS_URL=https://test.4dkankan.com/
-VUE_APP_DEBBUG_FLAG=0423-01
+VUE_APP_DEBBUG_FLAG=0424-01