liuyanpeng 4 månader sedan
förälder
incheckning
d28d168153
4 ändrade filer med 9 tillägg och 9 borttagningar
  1. 1 1
      README.md
  2. 1 1
      bat/install.bat
  3. 1 1
      bat/publish.bat
  4. 6 6
      package.json

+ 1 - 1
README.md

@@ -43,4 +43,4 @@ npm publish
 * 3、一定不要忘记在项目部署时更改 package.json 里的版本(两次);
 
 ### 项目版本详情
-见 [Configuration Reference](http://wuzhixin.vip:4873).
+见 [Configuration Reference](https://npm.leanwo.com).

+ 1 - 1
bat/install.bat

@@ -1,5 +1,5 @@
 set current_path="%~dp0"
 cd %current_path%
 cd ..
-npm install -registry=http://wuzhixin.vip:4873 --force
+npm install -registry=https://npm.leanwo.com --force
 pause

+ 1 - 1
bat/publish.bat

@@ -1,5 +1,5 @@
 set current_path="%~dp0"
 cd %current_path%
 cd ..
-npm publish --registry http://wuzhixin.vip:4873/
+npm publish --registry https://npm.leanwo.com/
 pause

+ 6 - 6
package.json

@@ -1,13 +1,13 @@
 {
   "name": "pc-client-v5",
   "description": "Leanwo Prodog Client",
-  "version": "1.0.8",
+  "version": "1.0.9",
   "author": "yangzhijie1488 <yangzhijie1488@163.com>",
   "scripts": {
-    "ins": "npm install --registry=http://wuzhixin.vip:4873 -force",
+    "ins": "npm install --registry=https://npm.leanwo.com -force",
     "dev": "cross-env webpack serve --config ./webpack.dev.js",
     "build": "cross-env NODE_ENV=production webpack --mode=production --config ./webpack.prod.js --progress",
-    "pub": "npm publish --registry http://wuzhixin.vip:4873/"
+    "pub": "npm publish --registry https://npm.leanwo.com/"
   },
   "files": [
     "package.json",
@@ -17,7 +17,7 @@
     "ant-design-vue": "^4.2.1",
     "axios": "^0.19.2",
     "click-outside-vue3": "^4.0.1",
-    "client-base-v5": "1.0.7",
+    "client-base-v5": "1.0.8",
     "client-dic-v3": "^3.0.52",
     "client-eam-v5": "1.0.2",
     "client-role-v3": "^3.0.26",
@@ -28,7 +28,7 @@
     "dingtalk-jsapi": "^2.8.33",
     "js-cookie": "^2.2.1",
     "lodash": "^4.17.21",
-    "pc-component-v3": "2.0.3",
+    "pc-component-v3": "2.0.4",
     "qrcode": "^1.5.3",
     "select2": "^4.0.13",
     "select2-bootstrap-theme": "^0.1.0-beta.10",
@@ -69,6 +69,6 @@
   },
   "publishConfig": {
     "access": "public",
-    "registry": "http://wuzhixin.vip:4873/"
+    "registry": "https://npm.leanwo.com/"
   }
 }