yahyahy 3 năm trước cách đây
mục cha
commit
bd2a976806
6 tập tin đã thay đổi với 17 bổ sung9 xóa
  1. BIN
      dist.zip
  2. 7 1
      package.json
  3. 3 2
      src/settings.js
  4. 2 1
      src/views/login.vue
  5. 4 4
      src/views/system/coming/index.vue
  6. 1 1
      vue.config.js

BIN
dist.zip


+ 7 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "ruoyi",
   "version": "2.5.0",
-  "description": "潜山市云数据中心",
+  "description": "潜山市人口信息平台",
   "author": "若依",
   "license": "MIT",
   "scripts": {
@@ -37,11 +37,15 @@
   },
   "dependencies": {
     "@riophae/vue-treeselect": "0.4.0",
+    "area-data": "^5.0.6",
+    "area-data-vue": "^1.0.9",
+    "area-linkage-vue": "^5.1.2",
     "axios": "^0.21.1",
     "burgeon-ui": "1.0.46",
     "clipboard": "2.0.6",
     "core-js": "3.8.1",
     "echarts": "4.9.0",
+    "element-china-area-data": "^5.0.2",
     "element-ui": "2.15.0",
     "file-saver": "2.0.4",
     "fuse.js": "6.4.3",
@@ -52,10 +56,12 @@
     "less": "^4.1.1",
     "less-loader": "^4.1.0",
     "nprogress": "0.2.0",
+    "qrcodejs2": "^0.0.2",
     "quill": "1.3.7",
     "screenfull": "5.0.2",
     "sortablejs": "1.10.2",
     "vue": "2.6.12",
+    "vue-area-linkage": "^5.1.0",
     "vue-count-to": "1.0.13",
     "vue-cropper": "0.5.5",
     "vue-router": "3.4.9",

+ 3 - 2
src/settings.js

@@ -1,8 +1,9 @@
 module.exports = {
   title: '潜山市人口信息平台',
   // urls: `http://192.168.101.110:8090`,
-  // urls: `http://192.168.101.11:8090`,
-   urls: `https://qsfy.qs163.cn`,
+  urls: `http://192.168.101.11:8090`,
+  // urls: `http://192.168.101.168:8090`,
+   // urls: `https://qsfy.qs163.cn`,
 
   /**
    * 侧边栏主题 深色主题theme-dark,浅色主题theme-light

+ 2 - 1
src/views/login.vue

@@ -17,7 +17,7 @@
 
 	  <div v-show="stageType==2" class="login-erw">
       <h2 v-if="stageType==2" class="logerw_tit">
-        请使用<span style="color: red;">小程序中扫码登录功能</span>,扫码快速登录
+        请搜索<pan style="color: red;">潜山数据资源小程序</pan>使用<span style="color: red;">小程序中扫码登录功能</span>,扫码快速登录
       </h2>
       <p>请扫描下方的二维码</p>
       <p>安全登录,防止盗号</p>
@@ -77,6 +77,7 @@
          <div class="medTitle">
            快捷登录
          </div>
+         <div style="text-align: center; font-size: 12px;"><span style="color: red;">建议使用潜山数据资源小程序扫描右上角二维码登录</span></div>
          <div class="med_icons">
            <div class="med_icons_item" @click="btns">
              <img src="@/assets/images/icon_kjdl_wz@2x.png" alt="" class="icon">

+ 4 - 4
src/views/system/coming/index.vue

@@ -710,8 +710,8 @@ export default {
 		};
 	},
 	created() {
-    this.queryParams.endTime = this.ShowDate('0')
-    this.queryParams.startTime = this.ShowDate('1')
+    // this.queryParams.endTime = this.ShowDate('0')
+    // this.queryParams.startTime = this.ShowDate('1')
 		this.getList();
 		// this.getTreeselectjue();
     this.mnyesfjer(0)
@@ -1449,8 +1449,8 @@ export default {
 			setTimeout( ()=>{
 				this.nhue = true
 			},100)
-			this.queryParams.hiName = undefined;
			this.queryParams.hiDestinationRc = undefined;
			this.queryParams.endTime = this.ShowDate('0')
-			this.queryParams.startTime = this.ShowDate('1')
+			this.queryParams.hiName = undefined;
			this.queryParams.hiDestinationRc = undefined;
			// this.queryParams.endTime = this.ShowDate('0')
+			// this.queryParams.startTime = this.ShowDate('1')
       this.queryParams.hiIcd = undefined
       this.queryParams.pageSize = 10
       this.queryParams.pageNum = 1

+ 1 - 1
vue.config.js

@@ -6,7 +6,7 @@ function resolve(dir) {
   return path.join(__dirname, dir)
 }
 
-const name = defaultSettings.title || '潜山市云数据中心' // 标题
+const name = defaultSettings.title || '潜山市人口信息平台' // 标题
 
 const port = process.env.port || process.env.npm_config_port || 80 // 端口