Commit eac3cf11 by 米嘉伟

报表日期没有day BUG

parent c373ed45
VUE_APP_AUTO_WRITE = dev
VUE_APP_BB_IP = http://192.168.128.104:8075/
\ No newline at end of file
VUE_APP_BB_IP = http://172.20.0.149:8075/
\ No newline at end of file
......@@ -492,11 +492,11 @@ export default {
tqjssj = this.queryParams.tqsj[1]
strs1 = tqkssj.split("-"); //字符分割
tqkssj = `\'${strs1[0]}\-${strs1[1]}\'`
tqkssj = `\'${strs1[0]}\-${strs1[1]}\-${strs1[2]}\'`
strs2 = tqjssj.split("-"); //字符分割
tqjssj = `\'${strs2[0]}\-${strs2[1]}\'`
tqjssj = `\'${strs2[0]}\-${strs2[1]}\-${strs2[2]}\'`
}
......@@ -532,11 +532,11 @@ export default {
endTime = this.queryParams.qzsj[1]
strs1 = startTime.split("-"); //字符分割
startTime = `\'${strs1[0]}\-${strs1[1]}\'`
startTime = `\'${strs1[0]}\-${strs1[1]}\-${strs1[2]}\'`
strs2 = endTime.split("-"); //字符分割
endTime = `\'${strs2[0]}\-${strs2[1]}\'`
endTime = `\'${strs2[0]}\-${strs2[1]}\-${strs2[2]}\'`
} else {
startTime = `\'\'`
endTime = `\'\'`
......
......@@ -98,8 +98,9 @@ module.exports = {
// target: "http://127.0.0.1:8099",
// target: "http://47.92.225.109:5602",
// target: "http://www.meetfood.cn:2390", // 湖南-线上
target: "http://zwpt.xzclub.top:9333/",
// target: "http://zwpt.xzclub.top:9333/",
// target: "http://192.168.128.104:8099", // 江
target: "http://172.20.0.149:8099", // 北京 张
ws: true,
changeOrigin: true,
pathRewrite: {
......@@ -110,8 +111,10 @@ module.exports = {
// target: "http://192.168.128.106:8765", // 湖南-王
// target: "http://192.168.128.110:8765/", // 张 认定
// target: "http://www.meetfood.cn:2390", // 湖南-王
target: "http://zwpt.xzclub.top:9333/",
// target: "http://zwpt.xzclub.top:9333/",
// target: "http://192.168.128.109:8765",
target: "http://172.20.0.149:8765", // 北京 张
ws: true,
changeOrigin: true,
pathRewrite: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment