Ver Fonte

Merge branch 'gczdev' of http://172.16.90.201:3000/parking/parking_h5 into gczdev

zaijin há 3 anos atrás
pai
commit
105e18faf9
2 ficheiros alterados com 6 adições e 3 exclusões
  1. 4 1
      README.md
  2. 2 2
      package-lock.json

+ 4 - 1
README.md

@@ -4,4 +4,7 @@
 - `common/config.js` 配置信息
 #### iconfont
 - [iconfont 自定义图标](https://www.uviewui.com/guide/customIcon.html)
-- [字体默认不再生成 .eot、.svg 和 Base64](https://github.com/thx/iconfont-plus/issues/1948)
+- [字体默认不再生成 .eot、.svg 和 Base64](https://github.com/thx/iconfont-plus/issues/1948)
+
+#### 安装vue-jsonp
+`npm install vue-jsonp --save`

+ 2 - 2
package-lock.json

@@ -4,8 +4,8 @@
   "dependencies": {
     "vue-jsonp": {
       "version": "2.0.0",
-      "resolved": "https://registry.npmjs.org/vue-jsonp/-/vue-jsonp-2.0.0.tgz",
-      "integrity": "sha512-Mzd9GNeuKP5hHFDWZNMWOsCuMILSkA6jo2l4A02wheFz3qqBzH7aSEFTey1BRCZCLizlaf1EqJ5YUtF392KspA=="
+      "resolved": "https://registry.npm.taobao.org/vue-jsonp/download/vue-jsonp-2.0.0.tgz",
+      "integrity": "sha1-O/rFa7cpQaJRHBHhoSO4dvA0J/c="
     }
   }
 }