Переглянути джерело

1.0.3 资产搜索增加返回操作

liuyanpeng 3 місяців тому
батько
коміт
dea7b85738
5 змінених файлів з 10 додано та 9 видалено
  1. 1 1
      README.md
  2. 2 2
      bat/install.bat
  3. 1 1
      bat/publish.bat
  4. 4 4
      package.json
  5. 2 1
      src/customer/InventoryAssetInstanceSearch.vue

+ 1 - 1
README.md

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

+ 2 - 2
bat/install.bat

@@ -5,9 +5,9 @@ cd ..
 
 sudo npm install -g npm --registry=https://registry.npmmirror.com/
 
-npm install --registry=http://wuzhixin.vip:4873
+npm install --registry=https://npm.leanwo.com
 npm install --registry=https://registry.npmmirror.com/
-yarn install --registry=http://wuzhixin.vip:4873
+yarn install --registry=https://npm.leanwo.com
 yarn install --registry=https://registry.npmmirror.com/
 
 npm cache clean --force

+ 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

+ 4 - 4
package.json

@@ -1,14 +1,14 @@
 {
   "name": "client-eam-v5",
   "description": "Leanwo Prodog Client",
-  "version": "1.0.2",
+  "version": "1.0.3",
   "author": "yangzhijie1488 <yangzhijie1488@163.com>",
   "scripts": {
-    "ins": "npm install --registry=http://wuzhixin.vip:4873",
+    "ins": "npm install --registry=https://npm.leanwo.com",
     "dev": "cross-env webpack serve --config ./webpack.dev.js",
     "build-lib": "cross-env NODE_ENV=production webpack --progress --config ./webpack.lib.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",
@@ -57,7 +57,7 @@
   },
   "publishConfig": {
     "access": "public",
-    "registry": "http://wuzhixin.vip:4873/"
+    "registry": "https://npm.leanwo.com/"
   },
   "repository": {
     "type": "https",

+ 2 - 1
src/customer/InventoryAssetInstanceSearch.vue

@@ -1,4 +1,5 @@
 <template>
+  <Navbar title="返回" :is-go-back="true" />
   <a-row class="container">
     <a-col :span="24">
       <a-space direction="vertical" :size="20" style="width: 100%">
@@ -262,7 +263,7 @@ export default {
 </script>
 <style scoped>
 .container {
-  padding: 20px;
+  padding: 0 20px 20px 20px;
   max-width: 1200px;
   margin: 0 auto;
 }