Răsfoiți Sursa

数字筛选

yuanyuan 3 ani în urmă
părinte
comite
c9ff25f9b5
2 a modificat fișierele cu 14 adăugiri și 2 ștergeri
  1. 1 1
      .env.development
  2. 13 1
      src/views/product/MetaDomain.vue

+ 1 - 1
.env.development

@@ -1,4 +1,4 @@
-VUE_APP_BASE_URL=https://test.raex.vip/
+VUE_APP_BASE_URL=https://www.raex.vip/
 NODE_ENV=development
 VUE_APP_PUBLIC_PATH=/
 ASSETS_PATH=raex

+ 13 - 1
src/views/product/MetaDomain.vue

@@ -317,7 +317,19 @@ export default {
                 {
                     name: '三位数字',
                     type: 'RIDN3'
-                }
+                },
+                {
+                    name: '四位数字',
+                    type: 'RIDN4'
+                },
+                {
+                    name: '五位数字',
+                    type: 'RIDN5'
+                },
+                {
+                    name: '五位以上数字',
+                    type: 'RIDN6'
+                },
             ],
             loading: false,
             finished: false,