tansci-boot/tansci-boot-ui-editor/public/config.js

5 lines
187 B
JavaScript

window.common = {
API_QUERY_URL: 'http://localhost:7001/tansci/lowcode/lcPages/get/',
API_SAVE_URL: 'http://localhost:7001/tansci/lowcode/lcPages/update',
TOKEN_KEY: 'token'
}