This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
liumin
/
NewZkgj
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
隐私协议样式
dev
J_yt
2 years ago
parent
7e82c43ee4
commit
87a09869c8
2 changed files
with
2 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
config.js
+0
-2
pages/mine/registerForm.vue
+ 2
- 1
config.js
View File
@@ -71,6 +71,7 @@ var config = {
updateList: `${host}/zkMessage/messageList`,
// 升级公告更新阅读
updateRead: `${host}/zkMessage/updateFlag`,
}
// 隐私协议
privacyAgr: `${host}/zkMessage/updateFlag`,
};
module.exports = config;
+ 0
- 2
pages/mine/registerForm.vue
View File
@@ -105,8 +105,6 @@
</template>
<script>
var util = require("../../utils/util.js");
var config = require("../../config");
var app = getApp();
var config = require("@/config");
let domain = require("@/utils/domain")
Write
Preview
Loading…
Cancel
Save