土地承包经营权、农用地其他使用权调查表
Showing
6 changed files
with
39 additions
and
22 deletions
| 1 | VUE_APP_api = 'https://192.168.2.111:8006' | 1 | VUE_APP_api = 'https://192.168.2.111:8006' | 
| 2 | VUE_APP_api1 = 'https://127.0.0.1:8006' | 2 | VUE_APP_api1 = 'https://127.0.0.1:8006' | 
| 3 | VUE_APP_api2 = 'https://192.168.2.9:8006' | ||
| 4 | VUE_APP_api3 = 'https://192.168.2.11:8006' | ||
| 5 | VUE_APP_api4 = 'http://192.168.2.111:18080' | 3 | VUE_APP_api4 = 'http://192.168.2.111:18080' | 
| 4 | VUE_APP_api5 = 'https://192.168.2.142:8006' | ||
| 6 | VUE_APP_name = '开发环境' | 5 | VUE_APP_name = '开发环境' | 
| 7 | NODE_ENV="development" | 6 | NODE_ENV="development" | 
| 8 | VUE_APP_VERSION = 'psh' | 7 | VUE_APP_VERSION = 'psh' | ... | ... | 
src/api/tdcb.js
0 → 100644
| 1 | import request from '@/plugin/axios' | ||
| 2 | |||
| 3 | /** | ||
| 4 | * 查询土地承包经营权、农用地其他使用权调查表基本信息 | ||
| 5 | */ | ||
| 6 | export function getQjTdcbjyqNydqtsyqdcDetailByZdbsm(data) { | ||
| 7 | return request({ | ||
| 8 | url: '/zd/qjTdcbjyqNydqtsyqdc/getQjTdcbjyqNydqtsyqdcDetailByZdbsm', | ||
| 9 | method: 'get', | ||
| 10 | params: { | ||
| 11 | zdbsm: data, | ||
| 12 | } | ||
| 13 | }) | ||
| 14 | } | ||
| 15 | |||
| 16 | /** | ||
| 17 | * 保存权籍_土地承包经营权、农用地其他使用权调查基本信息 | ||
| 18 | */ | ||
| 19 | export function saveOrUpdateQjTdcbjyqNydqtsyqdc(data) { | ||
| 20 | return request({ | ||
| 21 | url: '/zd/qjTdcbjyqNydqtsyqdc/saveOrUpdateQjTdcbjyqNydqtsyqdc', | ||
| 22 | method: 'post', | ||
| 23 | data: data, | ||
| 24 | }) | ||
| 25 | } | 
| ... | @@ -55,6 +55,9 @@ const store = new Vuex.Store({ | ... | @@ -55,6 +55,9 @@ const store = new Vuex.Store({ | 
| 55 | newZdbsm:'', | 55 | newZdbsm:'', | 
| 56 | isWorkFlow:false, // 判断是否工作流数据 | 56 | isWorkFlow:false, // 判断是否工作流数据 | 
| 57 | lcgzShow:false,//是否待办箱的数据,显示流程追踪 | 57 | lcgzShow:false,//是否待办箱的数据,显示流程追踪 | 
| 58 | familyList:[], //家庭关系分类 | ||
| 59 | syttlx:[],//水域滩涂类型 | ||
| 60 | yzyfs:[] //养殖业方式 | ||
| 58 | }, | 61 | }, | 
| 59 | modules: { | 62 | modules: { | 
| 60 | user, | 63 | user, | ... | ... | 
| ... | @@ -321,6 +321,10 @@ export default { | ... | @@ -321,6 +321,10 @@ export default { | 
| 321 | s.cqlyOptions = s.cqlyOptions.length == 0 ?await this.getDicData("产权来源") : s.cqlyOptions; | 321 | s.cqlyOptions = s.cqlyOptions.length == 0 ?await this.getDicData("产权来源") : s.cqlyOptions; | 
| 322 | s.jgOptions = s.jgOptions.length == 0 ?await this.getDicData("房屋结构") : s.jgOptions; | 322 | s.jgOptions = s.jgOptions.length == 0 ?await this.getDicData("房屋结构") : s.jgOptions; | 
| 323 | s.gmjjhyflbsmList = s.gmjjhyflbsmList.length == 0 ?await this.getDicData("国民经济行业分类代码") : s.gmjjhyflbsmList; | 323 | s.gmjjhyflbsmList = s.gmjjhyflbsmList.length == 0 ?await this.getDicData("国民经济行业分类代码") : s.gmjjhyflbsmList; | 
| 324 | s.familyList = s.familyList.length == 0 ?await this.getDicData("家庭成员") : s.familyList; | ||
| 325 | s.syttlx = s.syttlx.length == 0 ?await this.getDicData("水域滩涂类型") : s.syttlx; | ||
| 326 | s.yzyfs = s.yzyfs.length == 0 ?await this.getDicData("养殖业方式") : s.yzyfs; | ||
| 327 | |||
| 324 | }, | 328 | }, | 
| 325 | async getDicData(name) { | 329 | async getDicData(name) { | 
| 326 | return await getDdicByMC(name).then((res)=> { | 330 | return await getDdicByMC(name).then((res)=> { | ... | ... | 
This diff is collapsed.
Click to expand it.
| ... | @@ -5,7 +5,6 @@ let Timestamp = new Date().getTime(); | ... | @@ -5,7 +5,6 @@ let Timestamp = new Date().getTime(); | 
| 5 | function resolve(dir) { | 5 | function resolve(dir) { | 
| 6 | return path.join(__dirname, dir) | 6 | return path.join(__dirname, dir) | 
| 7 | } | 7 | } | 
| 8 | const UglifyJsPlugin = require("uglifyjs-webpack-plugin"); | ||
| 9 | 8 | ||
| 10 | module.exports = { | 9 | module.exports = { | 
| 11 | publicPath: './', | 10 | publicPath: './', | 
| ... | @@ -20,7 +19,6 @@ module.exports = { | ... | @@ -20,7 +19,6 @@ module.exports = { | 
| 20 | .set('@libs', resolve('src/libs')) | 19 | .set('@libs', resolve('src/libs')) | 
| 21 | .set('@router', resolve('src/router')) | 20 | .set('@router', resolve('src/router')) | 
| 22 | .set('@components', resolve('src/components')) | 21 | .set('@components', resolve('src/components')) | 
| 23 | .set('@assets', resolve('src/assets')) | ||
| 24 | }, | 22 | }, | 
| 25 | pluginOptions: { | 23 | pluginOptions: { | 
| 26 | 'style-resources-loader': { | 24 | 'style-resources-loader': { | 
| ... | @@ -33,17 +31,9 @@ module.exports = { | ... | @@ -33,17 +31,9 @@ module.exports = { | 
| 33 | filename: `js/[name].${Timestamp}.js`, | 31 | filename: `js/[name].${Timestamp}.js`, | 
| 34 | chunkFilename: `js/[name].${Timestamp}.js` | 32 | chunkFilename: `js/[name].${Timestamp}.js` | 
| 35 | }, | 33 | }, | 
| 36 | plugins: [ | 34 | devtool: 'source-map' | 
| 37 | // 去除console和debugger | 35 | // plugins: [ | 
| 38 | // new UglifyJsPlugin({ | 36 | |
| 39 | // uglifyOptions: { | ||
| 40 | // compress: { | ||
| 41 | // drop_console: true, | ||
| 42 | // drop_debugger: true, | ||
| 43 | // }, | ||
| 44 | // }, | ||
| 45 | // parallel: true, | ||
| 46 | // }), | ||
| 47 | // new FileManagerPlugin({ //初始化 filemanager-webpack-plugin 插件实例 | 37 | // new FileManagerPlugin({ //初始化 filemanager-webpack-plugin 插件实例 | 
| 48 | // onEnd: { | 38 | // onEnd: { | 
| 49 | // mkdir: ['./zip','./dist'], //初始化生产zip和dist文件夹 | 39 | // mkdir: ['./zip','./dist'], //初始化生产zip和dist文件夹 | 
| ... | @@ -52,20 +42,16 @@ module.exports = { | ... | @@ -52,20 +42,16 @@ module.exports = { | 
| 52 | // ] | 42 | // ] | 
| 53 | // } | 43 | // } | 
| 54 | // }) | 44 | // }) | 
| 55 | ] | 45 | // ] | 
| 56 | }, | 46 | }, | 
| 57 | devServer: { | 47 | devServer: { | 
| 58 | host: "192.168.2.61", | ||
| 59 | host: "0.0.0.0", | 48 | host: "0.0.0.0", | 
| 60 | port: 8008, | 49 | port: 8006, | 
| 61 | https: false, | 50 | https: false, | 
| 62 | hotOnly: false, | 51 | hotOnly: false, | 
| 63 | proxy: { | 52 | proxy: { | 
| 64 | "/api": { | 53 | "/api": { | 
| 65 | // target: 'https://192.168.2.119:8006', //泽平 | 54 | target: process.env.VUE_APP_api, | 
| 66 | // target: process.env.VUE_APP_api1, //本地 | ||
| 67 | target: process.env.VUE_APP_api, //赵千 | ||
| 68 | // target: process.env.VUE_APP_api4, //赵千 | ||
| 69 | changeOrigin: true, | 55 | changeOrigin: true, | 
| 70 | pathRewrite: { | 56 | pathRewrite: { | 
| 71 | "^/api": "/", | 57 | "^/api": "/", | ... | ... | 
- 
Please register or sign in to post a comment