index.js 115 B

123456
  1. import { imgServerUrl } from '../../../../config/config.js'
  2. Page({
  3. data: {
  4. imgServerUrl: imgServerUrl
  5. },
  6. })