From 0556e2bfdf6e9424ef6ef12abe08fc9d7b44cf1b Mon Sep 17 00:00:00 2001
From: jyy <935090232@qq.com>
Date: Sat, 16 Jan 2021 08:54:05 +0800
Subject: [PATCH] Merge branch 'master' of https://gitee.com/jyyforjava/hive-xcx
---
app.js | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/app.js b/app.js
index 9d5e4c2..c201d3e 100644
--- a/app.js
+++ b/app.js
@@ -2,9 +2,15 @@
var util = require('utils/util.js')
var api = require('utils/service-api.js');
App({
+ // 肽妍
+ // baseUrl: "https://xcxhive2.jyymatrix.cc",
+
+ //测试环境
+ // baseUrl : "https://testhive.jyymatrix.cc",
- baseUrl: "https://xcxhive2.jyymatrix.cc",
- // baseUrl : "http://localhost:8080",
+
+ //本地环境
+ baseUrl : "http://localhost:8080",
//登录后获得的token
loginToken: "",
--
Gitblit v1.9.1