1
guanqb
2024-02-06 d1a73fefdd95d0f5390a9b9b8c65b1910249da3a
1
1 files modified
14 ■■■■ changed files
vue.config.js 14 ●●●● patch | view | raw | blame | history
vue.config.js
@@ -21,11 +21,11 @@
      vuex: "Vuex",
      axios: "axios",
      "element-ui": "ELEMENT",
    });
    const entry = config.entry("app");
    entry.add("babel-polyfill").end();
    entry.add("classlist-polyfill").end();
    entry.add("@/mock").end();
        })
        const entry = config.entry("app")
        entry.add("babel-polyfill").end()
        entry.add("classlist-polyfill").end()
        entry.add("@/mock").end()
  },
  css: {
    extract: {
@@ -42,7 +42,7 @@
        // target: "https://kt39592615.goho.co",
        // target: "http://z4042833u6.wicp.vip",
        // target: "http://localhost:9528",
        // target:"http://192.168.0.109:9528",
                // target: "http://192.168.2.109:9528",
        //远程演示服务地址,可用于直接启动项目
        //target: 'https://saber.bladex.cn/api',
        changeOrigin: true,
@@ -53,4 +53,4 @@
      },
    },
  },
};
}