liuyanpeng 2 年之前
父节点
当前提交
5825440b9c
共有 2 个文件被更改,包括 8 次插入7 次删除
  1. 6 5
      package.json
  2. 2 2
      public/casLogin.html

+ 6 - 5
package.json

@@ -1,7 +1,7 @@
 {
   "name": "prodog-pc-client",
   "description": "Leanwo Prodog Client",
-  "version": "1.2.30",
+  "version": "1.2.31",
   "author": "yangzhijie1488 <yangzhijie1488@163.com>",
   "scripts": {
     "dev": "cross-env webpack serve --config ./webpack.dev.js",
@@ -15,10 +15,10 @@
     "ant-design-vue": "^4.2.1",
     "axios": "^0.19.2",
     "click-outside-vue3": "^4.0.1",
-    "client-base-v4": "4.0.60",
-    "client-dic-v3": "^3.0.32",
+    "client-base-v4": "4.0.62",
+    "client-dic-v3": "^3.0.33",
     "client-eam-v3": "^3.0.76",
-    "client-role-v3": "^3.0.21",
+    "client-role-v3": "^3.0.23",
     "client-sensor-v3": "^1.0.2",
     "client-wms-v3": "^3.1.1",
     "dayjs": "^1.11.6",
@@ -33,7 +33,8 @@
     "v-tooltip": "^4.0.0-beta.17",
     "vue-request": "^1.2.4",
     "vue-select": "^4.0.0-beta.3",
-    "vuedraggable": "^4.1.0"
+    "vuedraggable": "^4.1.0",
+    "xlsx": "^0.18.5"
   },
   "devDependencies": {
     "@babel/core": "^7.17.5",

+ 2 - 2
public/casLogin.html

@@ -8,11 +8,11 @@
     />
     <script
       type="text/javascript"
-      src="http://192.168.1.129:10022/static/jquery/dist/jquery.min.js"
+      src="/static/jquery/dist/jquery.min.js"
     ></script>
     <script
       type="text/javascript"
-      src="http://192.168.1.129:10022/static/vue/dist/vue.global.prod.js"
+      src="/static/vue/dist/vue.global.prod.js"
     ></script>
     <style scoped>
       .jumbotron {