Browse Source

update---修改版本at1.1

QuietShadow 3 năm trước cách đây
mục cha
commit
6662f10c55
3 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 1 1
      cors.js
  2. 1 1
      index.html
  3. 1 1
      package.json

+ 1 - 1
cors.js

@@ -107,5 +107,5 @@ module.exports = {
   },
   //devModules: ['index','workFlow','ApiManage','apollo','authManage','configManager','devops','dingtalk','serviceManager','microService','monitor','systemConfig','metaData','multEntry','demo']
   // devModules: ['all'] // 不建议使用,运行速度太慢
-    devModules: ['index','workFlow','basicInformation','energyAnalysis','energyBalance','energyOperationSupport','energyPerformance','energyPlan','energyQuality','systemInterface']
+    devModules: ['index','workFlow','systemConfig','multEntry','microService','basicInformation','energyAnalysis','energyBalance','energyOperationSupport','energyPerformance','energyPlan','energyQuality','systemInterface']
 }

+ 1 - 1
index.html

@@ -3,7 +3,7 @@
   <head>
     <meta charset="utf-8">
     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-    <title>工业互联网平台 iCore-ICP</title>
+    <title>安泰控股集团智能管控系统</title>
     <script>
       window.location.href='./views/index.html';
     </script>

+ 1 - 1
package.json

@@ -15,7 +15,7 @@
     "testc": "cross-env NODE_ENV=test nyc mocha-webpack --webpack-config node_modules/icore-icp/build/webpack.test.conf.js --require node_modules/icore-icp/test/setup.js node_modules/icore-icp/test/**/*.spec.js"
   },
   "dependencies": {
-    "icore-icp": "^1.0.0-J.6"
+    "icore-icp": "^1.0.0-at.1.1"
   },
   "devDependencies": {
     "@vue/test-utils": "^1.0.0-beta.24",