page. There is a picture in the template, and the picture is prefixed in config.js. How to use the variable
config.js
config.js.
var baseUrl= "aaa"
var config = {
baseUrl
}
module.exports = config;
<template name="ddglList">
<text>configbaseUrl</text>
</template>