公司地址

zhangtao
吕天方 1 year ago
commit 813cbf0e50

@ -2,7 +2,7 @@
# @Author: 张涛
# @Date: 2023-07-18 13:04:50
# @LastEditors: JC9527
# @LastEditTime: 2023-10-11 09:40:45
# @LastEditTime: 2023-10-11 10:38:17
# @FilePath: \Mudu2PC\.env.development
###
# 页面标题
@ -12,8 +12,8 @@ VUE_APP_TITLE = 苏州应急执法计划管理系统
ENV = 'development'
# 苏州应急执法计划管理系统/开发环境
# VUE_APP_BASE_API = 'http://39.101.188.84:9033'
VUE_APP_BASE_API = 'http://192.168.0.105:9033'
VUE_APP_BASE_API = 'http://39.101.188.84:9033'
# VUE_APP_BASE_API = 'http://192.168.0.105:9033'
# VUE_APP_BASE_API = 'http://180.108.205.123:13002'
# VUE_APP_BASE_API = '/api'

@ -78,11 +78,11 @@ export default {
getData(e) {
if (!this.none) {
if (e.length == 1) {
this.$emit("quhua", e[0].slice(1, 8));
this.$emit("quhua", e[0].slice(0, 7));
} else if (e.length == 2 && e[0] == e[1]) {
this.$emit("quhua", e[0].slice(1, 8));
this.$emit("quhua", e[0].slice(0, 7));
} else {
this.$emit("quhua", e[1].slice(1, 11));
this.$emit("quhua", e[1].slice(0, 10));
}
} else {
if (e.length == 1) {

Loading…
Cancel
Save