Commit c2a0f20b authored by 郭志伟's avatar 郭志伟

fix: 链接地址修复

parent 2dab0b1d
......@@ -3,6 +3,6 @@ import config from '../config';
export default {
getPageById(params) {
return http.get(`${config.apiHost}editor/get/${params.pageId}`);
return http.get(`${config.apiHost}/editor/get/${params.pageId}`);
}
};
\ No newline at end of file
......@@ -3,7 +3,7 @@ const protocol = EASY_ENV_IS_BROWSER ? window.location.protocol : 'http';
export default {
// apiHost: `http://localhost:7001/`,
// apiHost: `http://192.168.28.199:7001/`,
apiHost: 'https://quantum-blocks-vcc2.liangkebang.net/',
apiHost: 'https://quantum-blocks-vcc2.liangkebang.net',
shenceUrl: `${protocol}//bn.xyqb.com/sa?project=default`,
// opapiHost: `https://opapi-vcc2.liangkebang.net`,
kdspHost: 'https://kdsp-api-vcc2.liangkebang.net',
......
const protocol = EASY_ENV_IS_BROWSER ? window.location.protocol : 'https';
const hostMap = {
apiHost: `${protocol}//quantum-blocks.q-gp.com/`,
apiHost: `${protocol}//quantum-blocks.q-gp.com`,
shenceUrl: `${protocol}//bn.xyqb.com/sa?project=production`,
test: false
};
......
const protocol = EASY_ENV_IS_BROWSER ? window.location.protocol : 'https';
const hostMap = {
apiHost: `${protocol}//quantum-blocks-test1.liangkebang.net/`,
apiHost: `${protocol}//quantum-blocks-test1.liangkebang.net`,
shenceUrl: `${protocol}//bn.xyqb.com/sa?project=default`,
test: true
};
......
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