fix: 修改接口域名
parent
336aef34b6
commit
e157121924
|
@ -1,12 +1,12 @@
|
||||||
|
|
||||||
let domain = 'http://192.168.1.147:48080'
|
let domain = 'http://yuxy.perrymake.com'
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
// 请求域名 格式: https://您的域名
|
// 请求域名 格式: https://您的域名
|
||||||
// #ifdef MP
|
// #ifdef MP
|
||||||
HTTP_REQUEST_URL: domain,
|
HTTP_REQUEST_URL: domain,
|
||||||
// #endif
|
// #endif
|
||||||
HTTP_ADMIN_URL:'http://192.168.1.147:48080', //PC后台的API请求地址,上传图片用
|
HTTP_ADMIN_URL:'http://yuxy.perrymake.com', //PC后台的API请求地址,上传图片用
|
||||||
// #ifdef H5
|
// #ifdef H5
|
||||||
//H5接口是浏览器地址
|
//H5接口是浏览器地址
|
||||||
// HTTP_REQUEST_URL: window.location.protocol+"//"+window.location.host,
|
// HTTP_REQUEST_URL: window.location.protocol+"//"+window.location.host,
|
||||||
|
|
|
@ -239,7 +239,7 @@
|
||||||
success: function(res) {
|
success: function(res) {
|
||||||
context.drawImage(arrImages, 0, 0, 750, 1190);
|
context.drawImage(arrImages, 0, 0, 750, 1190);
|
||||||
context.save();
|
context.save();
|
||||||
context.drawImage(code, 110, 925, 140, 140);
|
context.drawImage(code, 110, 700, 300, 300);
|
||||||
context.restore();
|
context.restore();
|
||||||
context.setFontSize(28);
|
context.setFontSize(28);
|
||||||
context.fillText(nickname, 270, 980);
|
context.fillText(nickname, 270, 980);
|
||||||
|
|
Loading…
Reference in New Issue