search

Home  >  Q&A  >  body text

Why does STATIC reset an error?

<?php

//Configuration file of the background module

return [


// View output string content Replace

'view_replace_str' => [

//Reset _STATIC__ constant

'__STATIC__' => '/static/admin',

],

];

Is there something wrong with this code? The video also says so, but it reports an error after replacing it. If you add "." in front of it, no error is reported, but there is no style. It’s~~~


2252 days ago1324

reply all(2)I'll reply

  • 桃之夭夭、

    桃之夭夭、2018-10-30 20:27:17

    The same question

    reply
    0
  • 2018-09-28 00:59:08

    The one in front is normal~

    reply
    0
  • Cancelreply