Commit 0fc72389 authored by wangqinghua's avatar wangqinghua

修改密码修正

parent afa7adc6
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -17,7 +17,7 @@
<meta name="format-detection" content="telephone=no">
<meta name="msapplication-tap-highlight" content="no">
<link rel="icon" type="image/x-icon" href="assets/icon/favicon.ico">
<link rel="stylesheet" href="assets/swiper/swiper-4.1.6.min.css?v=3.45">
<link rel="stylesheet" href="assets/swiper/swiper-4.1.6.min.css?v=3.24">
<link rel="manifest" href="manifest.json">
<meta name="theme-color" content="#4e8ef7">
......@@ -26,7 +26,7 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<!-- cordova.js required for cordova apps (remove if not needed) -->
<script src="assets/cordova/cordova.js?v=345"></script>
<script src="assets/cordova/cordova.js?v=3.24"></script>
<!-- un-comment this code to enable service worker
<script>
......@@ -37,7 +37,7 @@
}
</script>-->
<link href="build/main.css?v=3.45" rel="stylesheet">
<link href="build/main.css?v=3.24" rel="stylesheet">
</head>
......@@ -47,18 +47,18 @@
<ion-app></ion-app>
<!-- The polyfills js is generated during the build process -->
<script src="build/polyfills.js?v=3.45"></script>
<script src="build/polyfills.js?v=3.24"></script>
<!-- The vendor js is generated during the build process
It contains all of the dependencies in node_modules -->
<script src="build/vendor.js?v=3.45"></script>
<script src="build/vendor.js?v=3.24"></script>
<!-- The main bundle js is generated during the build process -->
<script src="build/main.js?v=3.45"></script>
<script src="build/main.js?v=3.24"></script>
<script>
</script>
</body>
<script src="assets/swiper/swiper-4.1.6.min.js?v=3.45"></script>
<script src="assets/swiper/swiper-4.1.6.min.js?v=3.24"></script>
</html>
......@@ -106,7 +106,7 @@ export class ForgetPwdPage {
};
this.tabSer.updatePassword(data).subscribe(
(res) => {
if (res == 1) {
if (res.errcode == 1000) {
this.commonSer.toast('密码修改成功');
this.logoutApp();
this.navCtrl.pop();
......
......@@ -14,12 +14,12 @@ export class AppGlobal {
//接口基地址
// static domain = "http://192.168.2.106:8080"; //正式环境
static domain = "https://bjgdjy.shjcdj.cn"; //政务云
// static domain = "https://bjgdjy.shjcdj.cn"; //政务云
// static domain = "http://47.103.33.196:8080"; //阿里云正式地址
// static domain = "http://47.103.35.216:8080"; //阿里云测试地址
// static domain = "http://218.78.19.169:8081"; //天翼云地址
// static domain = "http://218.78.19.169:8082/"; //天翼测试云地址
// static domain = ""; //本地环境
static domain = ""; //本地环境
//图片地址
static picture = AppGlobal.domain + "/wisdomgroup/manager/getIcon/";
......@@ -28,8 +28,8 @@ export class AppGlobal {
static pictureNotice = AppGlobal.domain;
//默认版本
// static defaultVersion = "4.7.0"; //dev
static defaultVersion; //prod
static defaultVersion = "4.7.0"; //dev
// static defaultVersion; //prod
//接口地址
static API: any = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment