Kaynağa Gözat

Merge branch 'iteration-create' into dev

lex 2 yıl önce
ebeveyn
işleme
18caaaec6c

+ 1 - 1
package.json

@@ -15,7 +15,7 @@
   "scripts": {
     "dev": "vite",
     "start": "npm run dev",
-    "build": "vue-tsc --noEmit && vite build",
+    "build:prod": "vue-tsc --noEmit && vite build",
     "build:dev": "vue-tsc --noEmit && vite build --mode development",
     "serve": "vite preview",
     "lint": "eslint --ext .js,.jsx,.vue,.ts,.tsx src",

+ 1 - 1
src/views/collection-record/component/item.tsx

@@ -114,7 +114,7 @@ export default defineComponent({
           '#/order-detail?orderNo=' +
           paymentConfig.orderNo +
           '&config=' +
-          JSON.stringify(paymentConfig.paymentConfig);
+          encodeURIComponent(JSON.stringify(paymentConfig.paymentConfig));
         console.log('🚀 ~ url:', url);
         postMessage({
           api: 'openWebView',