yahyahy 3 年之前
父節點
當前提交
0663ab77a6
共有 2 個文件被更改,包括 9 次插入2 次删除
  1. 7 0
      src/main.js
  2. 2 2
      src/settings.js

+ 7 - 0
src/main.js

@@ -18,6 +18,11 @@ import router from './router'
 import permission from './directive/permission'
 import { download } from '@/utils/request'
 import { getDyn } from '@/utils/currencyFn'
+import { pcaa } from 'area-data-vue';
+
+import 'area-linkage-vue/dist/index.css';
+
+import VueAreaLinkage from 'area-linkage-vue';
 
 import '@/utils/dateApi'
 
@@ -51,6 +56,8 @@ Vue.prototype.selectDictLabels = selectDictLabels
 Vue.prototype.download = download
 Vue.prototype.getDyn = getDyn
 Vue.prototype.handleTree = handleTree
+Vue.prototype.$pcaa = pcaa;
+Vue.use(VueAreaLinkage);
 
 Vue.prototype.msgSuccess = function (msg) {
   this.$message({ showClose: true, message: msg, type: "success" });

+ 2 - 2
src/settings.js

@@ -1,8 +1,8 @@
 module.exports = {
   title: '潜山市云数据中心',
   // urls: `http://118.178.139.79:7090`,
-  // urls: `http://192.168.101.110:8090`,
-   urls: `http://192.168.101.243:8090`,
+  urls: `http://192.168.101.11:8090`,
+   // urls: `http://192.168.101.243:8090`,
 
   /**
    * 侧边栏主题 深色主题theme-dark,浅色主题theme-light