From c79627c6899e1faf81273e8652853eb25cd93491 Mon Sep 17 00:00:00 2001
From: liuwh <liuwh@hugeinfo.com.cn>
Date: Tue, 10 Mar 2020 18:47:09 +0800
Subject: [PATCH] 删除不要文件

---
 SunshineLnsMinApp/app.js |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/SunshineLnsMinApp/app.js b/SunshineLnsMinApp/app.js
index b434732..2f01295 100644
--- a/SunshineLnsMinApp/app.js
+++ b/SunshineLnsMinApp/app.js
@@ -10,11 +10,11 @@
   globalData: {
     userInfo: null,
     pageData: {},
-    // url: 'https://nsjcy.hugeinfo.com.cn/nsjc-charge',
+    url: 'https://nsjcy.hugeinfo.com.cn/nsjc-charge',
     //url: 'http://192.168.0.31:8085/nsjc-charge',
-    // imgUrl: 'https://nsjcy.hugeinfo.com.cn/nsjc-charge',
-    url: 'http://nsjc.vaiwan.com/nsjc-charge',
-    imgUrl: 'http://nsjc.vaiwan.com/nsjc-charge'
+    imgUrl: 'https://nsjcy.hugeinfo.com.cn/nsjc-charge',
+    // url: 'http://nsjc.vaiwan.com/nsjc-charge',
+    // imgUrl: 'http://nsjc.vaiwan.com/nsjc-charge'
   },
   // 过滤数组
   where: (collection, source) => {

--
Gitblit v1.8.0