@@ -1,2 +1,3 @@
VUE_APP_STATIC_DIR=static
VUE_APP_MODEL_IMG_ORIGIN=https://gzwcbwg.4dage.com
+VUE_APP_API_PREFIX=https://gzwcbwg.4dage.com
@@ -2,4 +2,4 @@ CLI_MODE=dev
NODE_ENV=development
PUBLIC_PATH=./
VUE_APP_G_PREFIX=https://super.4dage.com/
-VUE_APP_API_PREFIX=http://192.168.20.55:8048
+VUE_APP_IMG_ORIGIN=https://gzwcbwg.4dage.com
@@ -1,5 +1,4 @@
CLI_MODE=localdeploy
NODE_ENV=production
-VUE_APP_G_PREFIX=http://localhost/
+VUE_APP_G_PREFIX=http://localhost/
CLI_MODE=test
-VUE_APP_G_PREFIX=https://super.4dage.com/
+VUE_APP_G_PREFIX=https://super.4dage.com/
@@ -6,7 +6,8 @@ Vue.prototype.$bus = new Vue()
Vue.mixin({
data() {
return {
- isMobile: browser.mobile
+ isMobile: browser.mobile,
+ isWeixin: browser.weixin,
}
},
methods: {