How to use Public variables in Mini Program template

The template template is used in the

page. There is a picture in the template, and the picture is prefixed in config.js. How to use the variable
config.js

in the template
config.js.
var baseUrl= "aaa"
var config = {
    baseUrl
}
module.exports = config;



<template name="ddglList">  
  <text>configbaseUrl</text>
</template>
Mar.29,2021
Menu