zhnghongrui 1 سال پیش
والد
کامیت
a31d93a19e
2فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 2 2
      config.js
  2. 2 2
      pages/login.vue

+ 2 - 2
config.js

@@ -1,10 +1,10 @@
 // 应用全局配置
 module.exports = {
-	// baseUrl: 'https://www.xcx.cczdsz.cn/prod-api',
+	 baseUrl: 'https://www.xcx.cczdsz.cn/prod-api',
 	// baseUrl: 'http://192.168.4.6:8080',
 	// baseUrl: 'http://192.168.4.20:8080',
 	// baseUrl: 'http://192.168.4.11:8080',
-	baseUrl: 'http://192.168.4.23:8080',
+	//baseUrl: 'http://192.168.4.23:8080',
 	// baseUrl: 'http://192.168.4.14:8089',
 	baseIconUrl: 'https://www.xcx.cczdsz.cn/app/images/',
 	// 应用信息

+ 2 - 2
pages/login.vue

@@ -53,8 +53,8 @@
 				register: false,
 				globalConfig: getApp().globalData.config,
 				loginForm: {
-					username: "admin",
-					password: "admin123",
+					username: "",
+					password: "",
 					code: "",
 					uuid: '',
 					type: 'app'