diff --git a/config/dev.js b/config/dev.js index a8f4658..f481051 100644 --- a/config/dev.js +++ b/config/dev.js @@ -3,6 +3,8 @@ export default { HTTP_REQUEST_URL: "", // #endif // #ifndef H5 - HTTP_REQUEST_URL: "https://demo.zhishi.tczxkj.com", + // HTTP_REQUEST_URL: "https://demo.zhishi.tczxkj.com", + HTTP_REQUEST_URL: "https://system.menghangjiaoyu.cn", + // #endif } \ No newline at end of file diff --git a/config/index.js b/config/index.js index da53c3e..c2a62b8 100644 --- a/config/index.js +++ b/config/index.js @@ -4,9 +4,9 @@ import prod from "@/config/prod"; const isDev = process.env.NODE_ENV === "development"; const baseConfig = { - BASE_LIVE_URL: "https://demo.zhishi.tczxkj.com", - IMAGE_ASSETS_URL: "https://demo.zhishi.tczxkj.com", - Url_SCHEMES: "demo.zhishi.tczxkj.com", + BASE_LIVE_URL: "https://system.menghangjiaoyu.cn", + IMAGE_ASSETS_URL: "https://system.menghangjiaoyu.cn", + Url_SCHEMES: "system.menghangjiaoyu.cn", ...(isDev ? dev : prod) }; // 缓存时间 0 永久 diff --git a/config/prod.js b/config/prod.js index 43a8191..0e03327 100644 --- a/config/prod.js +++ b/config/prod.js @@ -1,3 +1,3 @@ export default { - HTTP_REQUEST_URL: "https://demo.zhishi.tczxkj.com" + HTTP_REQUEST_URL: "https://system.menghangjiaoyu.cn" } \ No newline at end of file diff --git a/manifest.json b/manifest.json index eaea24b..7d9a8cf 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { - "name" : "一合知道", - "appid" : "__UNI__14E7652", - "description" : "", + "name" : "梦航教育宝", + "appid" : "__UNI__AB67F73", + "description" : "1.1", "versionName" : "1.0.1", "versionCode" : 101, "transformPx" : false, @@ -120,9 +120,10 @@ "appid" : "wx34920eb219864734", "setting" : { "urlCheck" : false, - "minified" : false + "minified" : true }, - "usingComponents" : true + "usingComponents" : true, + "libVersion" : "latest" }, "mp-alipay" : { "usingComponents" : true @@ -147,10 +148,12 @@ "base" : "./" }, "template" : "", - "title" : "一合知道" + "title" : "梦航教育学习宝" }, "vueVersion" : "2", "mp-kuaishou" : { "appid" : "ks693554343641298814" } } +/* 模块配置 */ + diff --git a/pages/entrytype/index.vue b/pages/entrytype/index.vue index 77efb5d..a6c503b 100644 --- a/pages/entrytype/index.vue +++ b/pages/entrytype/index.vue @@ -1,7 +1,7 @@