admin管理员组

文章数量:1402974

In a project having both an app and a website, the following two website urls are to be handed over to the corresponding app:



In AASA file, this becomes:

"components": [
          { "/": "/search", "?": { "plus": "", "query": "?*" } }

However, finally it does not work for both urls. Only the one with "query" works by hand over to app.

For investigation, I have tried this for the problematic link:

"components": [
          { "/": "/search", "?": "plus" }

and this works.

How can I get both to work?

(note that for the sake of brevity, only a portion of the AASA files are shown)

本文标签: iosProblem setting up AASA file specifying paths with queriesStack Overflow