Commit 0a949121 authored by 郭志伟's avatar 郭志伟 Committed by 郝聪敏

build(\): 环境调整

parent 1ef2a2d4
export default {
// basicHost: "http://yapi.quantgroups.com/mock/329/",
basicHost: "http://192.168.29.211:80/",
basicHost: "http://yapi.quantgroups.com/mock/329/",
// basicHost: "http://192.168.29.211:80/",
wxAppId: "wx514de17b23d53a20"
};
......@@ -5,7 +5,7 @@ import router from "./router";
import store from "./store";
import "./style/index.less";
import "amfe-flexible";
import vConsole from "vconsole";
// import vConsole from "vconsole";
import "@/assets/icons/index";
import "@/service/cherry-ui";
......@@ -18,5 +18,5 @@ new Vue({
// if (process.env.NODE_ENV !== "development") {
// ! 上线后务必取掉
new vConsole();
// new vConsole();
// }
......@@ -2,7 +2,7 @@
* @Description: 支付微信h5, jsapi, 第三方收银台,跳转)
* @Date: 2020-07-28 15:03:52
* @LastEditors: gzw
* @LastEditTime: 2020-08-04 16:05:55
* @LastEditTime: 2020-08-04 18:51:12
*/
import cherry from "@qg/cherry-ui";
......@@ -63,6 +63,8 @@ function payByWeixinH5(info) {
}
/**
* TODO
*
* payByThirdPartyCashier
* @description: 第三方收银台
* @param {type}
......
......@@ -3,6 +3,9 @@ const resolve = dir => path.join(__dirname, dir);
const IS_PROD = process.env.NODE_ENV === "production";
module.exports = {
configureWebpack: {
devtool: "source-map"
},
chainWebpack: config => {
config.plugin("html").tap(args => {
args[0].title = "芒果保险";
......
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