guonan
2025-05-01 2f2db855288b855618bdd07f859545985a4bdf52
添加选区名称
已修改2个文件
5 ■■■■■ 文件已修改
src/store/simAPI.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
vue.config.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/store/simAPI.js
@@ -58,6 +58,7 @@
        try {
            const params = {
                geom: forms.geom.value,
                areaName: forms.geom.label,
                areaType: getAreaType(selectTab.value),
                createTime: Date.now(),
                name: forms.name,
vue.config.js
@@ -21,8 +21,8 @@
    hot: true,
    proxy: {
      '/api': {
        target: 'http://192.168.56.107:8077',
        // target: 'http://192.168.1.104:8078',
        // target: 'http://192.168.56.107:8077',
        target: 'http://192.168.1.104:8078',
        changeOrigin: true,
        // pathRewrite: {
        //   '^/api': ''