diff --git a/.env.development b/.env.development index 52b6555..c701b87 100644 --- a/.env.development +++ b/.env.development @@ -2,8 +2,9 @@ VITE_APP_TITLE = 计量信息系统 # 接口请求地址,会设置到 axios 的 baseURL 参数上 # VITE_APP_API_BASEURL = http://139.198.29.133:8089 -VITE_APP_API_BASEURL = http://111.198.10.15:21611 +# VITE_APP_API_BASEURL = http://111.198.10.15:21611 # VITE_APP_API_BASEURL = http://192.168.8.107:5909 +VITE_APP_API_BASEURL = http://111.198.10.15:21710 # 调试工具,可设置 eruda 或 vconsole,如果不需要开启则留空 VITE_APP_DEBUG_TOOL = diff --git a/.env.development b/.env.development index 52b6555..c701b87 100644 --- a/.env.development +++ b/.env.development @@ -2,8 +2,9 @@ VITE_APP_TITLE = 计量信息系统 # 接口请求地址,会设置到 axios 的 baseURL 参数上 # VITE_APP_API_BASEURL = http://139.198.29.133:8089 -VITE_APP_API_BASEURL = http://111.198.10.15:21611 +# VITE_APP_API_BASEURL = http://111.198.10.15:21611 # VITE_APP_API_BASEURL = http://192.168.8.107:5909 +VITE_APP_API_BASEURL = http://111.198.10.15:21710 # 调试工具,可设置 eruda 或 vconsole,如果不需要开启则留空 VITE_APP_DEBUG_TOOL = diff --git a/public/config/config.json b/public/config/config.json index 3bd0a89..29589d8 100644 --- a/public/config/config.json +++ b/public/config/config.json @@ -1,4 +1,4 @@ { "title":"计量业务系统", - "baseUrl": "http://111.198.10.15:21611" + "baseUrl": "http://111.198.10.15:21710" } diff --git a/.env.development b/.env.development index 52b6555..c701b87 100644 --- a/.env.development +++ b/.env.development @@ -2,8 +2,9 @@ VITE_APP_TITLE = 计量信息系统 # 接口请求地址,会设置到 axios 的 baseURL 参数上 # VITE_APP_API_BASEURL = http://139.198.29.133:8089 -VITE_APP_API_BASEURL = http://111.198.10.15:21611 +# VITE_APP_API_BASEURL = http://111.198.10.15:21611 # VITE_APP_API_BASEURL = http://192.168.8.107:5909 +VITE_APP_API_BASEURL = http://111.198.10.15:21710 # 调试工具,可设置 eruda 或 vconsole,如果不需要开启则留空 VITE_APP_DEBUG_TOOL = diff --git a/public/config/config.json b/public/config/config.json index 3bd0a89..29589d8 100644 --- a/public/config/config.json +++ b/public/config/config.json @@ -1,4 +1,4 @@ { "title":"计量业务系统", - "baseUrl": "http://111.198.10.15:21611" + "baseUrl": "http://111.198.10.15:21710" } diff --git a/src/api/eqpt/measurementPlan/paln.ts b/src/api/eqpt/measurementPlan/paln.ts index 55c19b0..9aafdd0 100644 --- a/src/api/eqpt/measurementPlan/paln.ts +++ b/src/api/eqpt/measurementPlan/paln.ts @@ -76,11 +76,11 @@ // 删除 export function delPlan(id: string) { return request({ - url: '/plan/approval/delete', + url: `/plan/approval/delete?id=${id}`, method: 'post', - data: { - id, - }, + // data: { + // id, + // }, }) } // 取消 diff --git a/.env.development b/.env.development index 52b6555..c701b87 100644 --- a/.env.development +++ b/.env.development @@ -2,8 +2,9 @@ VITE_APP_TITLE = 计量信息系统 # 接口请求地址,会设置到 axios 的 baseURL 参数上 # VITE_APP_API_BASEURL = http://139.198.29.133:8089 -VITE_APP_API_BASEURL = http://111.198.10.15:21611 +# VITE_APP_API_BASEURL = http://111.198.10.15:21611 # VITE_APP_API_BASEURL = http://192.168.8.107:5909 +VITE_APP_API_BASEURL = http://111.198.10.15:21710 # 调试工具,可设置 eruda 或 vconsole,如果不需要开启则留空 VITE_APP_DEBUG_TOOL = diff --git a/public/config/config.json b/public/config/config.json index 3bd0a89..29589d8 100644 --- a/public/config/config.json +++ b/public/config/config.json @@ -1,4 +1,4 @@ { "title":"计量业务系统", - "baseUrl": "http://111.198.10.15:21611" + "baseUrl": "http://111.198.10.15:21710" } diff --git a/src/api/eqpt/measurementPlan/paln.ts b/src/api/eqpt/measurementPlan/paln.ts index 55c19b0..9aafdd0 100644 --- a/src/api/eqpt/measurementPlan/paln.ts +++ b/src/api/eqpt/measurementPlan/paln.ts @@ -76,11 +76,11 @@ // 删除 export function delPlan(id: string) { return request({ - url: '/plan/approval/delete', + url: `/plan/approval/delete?id=${id}`, method: 'post', - data: { - id, - }, + // data: { + // id, + // }, }) } // 取消 diff --git a/src/views/dashboard.vue b/src/views/dashboard.vue index 3897ab8..f71ee79 100644 --- a/src/views/dashboard.vue +++ b/src/views/dashboard.vue @@ -91,7 +91,7 @@ // position: absolute; // z-index: 99999; width: 18%; - height: 140px; + height: 170px; font-size: 26px; font-weight: 700; border: 6px solid #04419c; diff --git a/.env.development b/.env.development index 52b6555..c701b87 100644 --- a/.env.development +++ b/.env.development @@ -2,8 +2,9 @@ VITE_APP_TITLE = 计量信息系统 # 接口请求地址,会设置到 axios 的 baseURL 参数上 # VITE_APP_API_BASEURL = http://139.198.29.133:8089 -VITE_APP_API_BASEURL = http://111.198.10.15:21611 +# VITE_APP_API_BASEURL = http://111.198.10.15:21611 # VITE_APP_API_BASEURL = http://192.168.8.107:5909 +VITE_APP_API_BASEURL = http://111.198.10.15:21710 # 调试工具,可设置 eruda 或 vconsole,如果不需要开启则留空 VITE_APP_DEBUG_TOOL = diff --git a/public/config/config.json b/public/config/config.json index 3bd0a89..29589d8 100644 --- a/public/config/config.json +++ b/public/config/config.json @@ -1,4 +1,4 @@ { "title":"计量业务系统", - "baseUrl": "http://111.198.10.15:21611" + "baseUrl": "http://111.198.10.15:21710" } diff --git a/src/api/eqpt/measurementPlan/paln.ts b/src/api/eqpt/measurementPlan/paln.ts index 55c19b0..9aafdd0 100644 --- a/src/api/eqpt/measurementPlan/paln.ts +++ b/src/api/eqpt/measurementPlan/paln.ts @@ -76,11 +76,11 @@ // 删除 export function delPlan(id: string) { return request({ - url: '/plan/approval/delete', + url: `/plan/approval/delete?id=${id}`, method: 'post', - data: { - id, - }, + // data: { + // id, + // }, }) } // 取消 diff --git a/src/views/dashboard.vue b/src/views/dashboard.vue index 3897ab8..f71ee79 100644 --- a/src/views/dashboard.vue +++ b/src/views/dashboard.vue @@ -91,7 +91,7 @@ // position: absolute; // z-index: 99999; width: 18%; - height: 140px; + height: 170px; font-size: 26px; font-weight: 700; border: 6px solid #04419c; diff --git a/src/views/system/dict/editDict.vue b/src/views/system/dict/editDict.vue index 0e5a959..61077df 100644 --- a/src/views/system/dict/editDict.vue +++ b/src/views/system/dict/editDict.vue @@ -208,17 +208,17 @@ - + - + - +
diff --git a/.env.development b/.env.development index 52b6555..c701b87 100644 --- a/.env.development +++ b/.env.development @@ -2,8 +2,9 @@ VITE_APP_TITLE = 计量信息系统 # 接口请求地址,会设置到 axios 的 baseURL 参数上 # VITE_APP_API_BASEURL = http://139.198.29.133:8089 -VITE_APP_API_BASEURL = http://111.198.10.15:21611 +# VITE_APP_API_BASEURL = http://111.198.10.15:21611 # VITE_APP_API_BASEURL = http://192.168.8.107:5909 +VITE_APP_API_BASEURL = http://111.198.10.15:21710 # 调试工具,可设置 eruda 或 vconsole,如果不需要开启则留空 VITE_APP_DEBUG_TOOL = diff --git a/public/config/config.json b/public/config/config.json index 3bd0a89..29589d8 100644 --- a/public/config/config.json +++ b/public/config/config.json @@ -1,4 +1,4 @@ { "title":"计量业务系统", - "baseUrl": "http://111.198.10.15:21611" + "baseUrl": "http://111.198.10.15:21710" } diff --git a/src/api/eqpt/measurementPlan/paln.ts b/src/api/eqpt/measurementPlan/paln.ts index 55c19b0..9aafdd0 100644 --- a/src/api/eqpt/measurementPlan/paln.ts +++ b/src/api/eqpt/measurementPlan/paln.ts @@ -76,11 +76,11 @@ // 删除 export function delPlan(id: string) { return request({ - url: '/plan/approval/delete', + url: `/plan/approval/delete?id=${id}`, method: 'post', - data: { - id, - }, + // data: { + // id, + // }, }) } // 取消 diff --git a/src/views/dashboard.vue b/src/views/dashboard.vue index 3897ab8..f71ee79 100644 --- a/src/views/dashboard.vue +++ b/src/views/dashboard.vue @@ -91,7 +91,7 @@ // position: absolute; // z-index: 99999; width: 18%; - height: 140px; + height: 170px; font-size: 26px; font-weight: 700; border: 6px solid #04419c; diff --git a/src/views/system/dict/editDict.vue b/src/views/system/dict/editDict.vue index 0e5a959..61077df 100644 --- a/src/views/system/dict/editDict.vue +++ b/src/views/system/dict/editDict.vue @@ -208,17 +208,17 @@ - + - + - +
diff --git a/src/views/system/label/list.vue b/src/views/system/label/list.vue index 1cfb494..6c9383f 100644 --- a/src/views/system/label/list.vue +++ b/src/views/system/label/list.vue @@ -1,12 +1,12 @@