Tag: link
-
Post Views: 30 1. The table structure is designed to allow alias to be null, and the default is null, and a unique index is added. 2. When the background form is submitted for editing, the empty string is automatically converted to null. Set conversion rules and validation in the Rules of the model 3. In the front-end view file,…
-
Post Views: 31 1. Now the portal link to switch the role to Distributor is the background homepage:https://console.apply.local/?role=distributor 2. I hope that in this portal URL, all links are automatically added to the request parameter: role=distributor, which is not available now. as shown in Figure 1 3. Create a custom URLManager component Rewrite the CreateUrl method, and automatically attach the…
-
Post Views: 16 1. After entering the front-end page, click some links, the URL will change, and the response is 200 at this time. But once the entire page is refreshed, it will respond to 404. such as video 1 2. View the error log of nginx and add a line: try_files $uri $uri//index.html; 3. Refresh the entire page again,…
-
Post Views: 13 1. Among the products released by the channel, the Weibo channel, the type of article published: the article of the link (link), the response error of the Weibo platform: Status code: 400, error code: 20012, error message: text Too long, please input text less than 140 characters!, as shown in Figure 1 2. After many tests, we…