Browse Source

已挂牌地块新增页面修改

develop
王健 4 years ago
parent
commit
4742f9bd2a
  1. 5376
      src/views/land/handLand/newLand.vue
  2. 7
      vue.config.js

5376
src/views/land/handLand/newLand.vue

File diff suppressed because it is too large Load Diff

7
vue.config.js

@ -2,13 +2,14 @@
* 配置参考:
* https://cli.vuejs.org/zh/config/
*/
const path = require('path')
function resolve(dir) {
const path = require('path')
function resolve(dir) {
return path.join(__dirname, dir)
}
// const url = 'http://192.168.24.3:9002'; //裴
// const url = 'http://192.168.28.41:9002';//尔伯
const url = 'http://139.159.180.147:9002';//生产
// const url = 'http://139.159.180.147:9002';//生产
const url = 'https://yoursairdata.com/api';//生产
module.exports = {
lintOnSave: true,
productionSourceMap: false,

Loading…
Cancel
Save