Browse Source

* 小程序变更

chen.cheng 10 months ago
parent
commit
db901b9c27
3 changed files with 3 additions and 4 deletions
  1. 1 1
      manifest.json
  2. 2 2
      package.json
  3. 0 1
      pasb/pages/regist/index.vue

+ 1 - 1
manifest.json

@@ -108,7 +108,7 @@
         },
         "usingComponents" : true,
         "mergeVirtualHostAttributes" : true,
-        "lazyCodeLoading": "requiredComponents"
+        "lazyCodeLoading" : "requiredComponents"
     },
     "mp-alipay" : {
         "usingComponents" : true,

+ 2 - 2
package.json

@@ -49,8 +49,8 @@
 				"title": "微信生产版",
 				"env": {
 					"UNI_PLATFORM": "mp-weixin",
-					"UNI_FILE_PREFIX": "http://127.0.0.1:8080/tfc",
-					"UNI_API_PREFIX": "http://127.0.0.1:8080/tfc/"
+					"UNI_FILE_PREFIX": "https://www.lj-info.com:8090/prod-api",
+					"UNI_API_PREFIX": "https://www.lj-info.com:8090/prod-api"
 				},
 				"define": {
 					"MP-WEIXIN": true

+ 0 - 1
pasb/pages/regist/index.vue

@@ -66,7 +66,6 @@
             <u--input
                 placeholder="输入邮箱"
                 border="none"
-                type="number"
                 v-model="model1.userInfo.email"
             ></u--input>
           </u-form-item>