Commit 7ee304fe by pangchong

feat: 防风害模板新增

parent 767fc66f
...@@ -40,6 +40,14 @@ export const getAllTaskInfoByWeatherApi = (data, config) => { ...@@ -40,6 +40,14 @@ export const getAllTaskInfoByWeatherApi = (data, config) => {
config config
}) })
} }
export const getPwdWorkTemplateItemsByStnApi = (data, config) => {
return http({
method: 'POST',
url: '/terminal/getPwdWorkTemplateItemsByStn',
data,
config
})
}
export const savePwdCommonTaskApi = (data, config) => { export const savePwdCommonTaskApi = (data, config) => {
return post({ return post({
method: 'POST', method: 'POST',
......
...@@ -3,8 +3,8 @@ import useUserStore from 'mocp/store/user' ...@@ -3,8 +3,8 @@ import useUserStore from 'mocp/store/user'
// const baseURL = 'https://hna-platform.anyremote.cn' //测试 // const baseURL = 'https://hna-platform.anyremote.cn' //测试
// const baseURL = 'https://moc.hnatechnic.com/api' //生产 // const baseURL = 'https://moc.hnatechnic.com/api' //生产
// const baseURL = 'http://10.123.48.67/api' //Amms内网 // const baseURL = 'http://10.123.48.67/api' //Amms内网
// const baseURL = 'http://10.121.48.157/gky_mocp_bs/api' //北数高可用测试环境 const baseURL = 'http://10.70.62.129/api' //北数高可用测试环境
const baseURL = 'https://hnaelbtest.hnatechnic.com/mocptest/api' //内网 // const baseURL = 'https://hnaelbtest.hnatechnic.com/mocptest/api' //内网
class ServiceLoading { class ServiceLoading {
open(loading) { open(loading) {
......
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